aboutsummaryrefslogtreecommitdiff
path: root/frontend/scanner.dcl
diff options
context:
space:
mode:
authorCamil Staps2017-03-18 16:06:01 +0100
committerCamil Staps2017-03-18 16:06:01 +0100
commit4dbdb3bf8ee0fbaaf316ca05fe0f084202d21d0c (patch)
tree17a1d8aae65e1ea2a97a1fb78d2dc26633d97f7c /frontend/scanner.dcl
parentTuple constructors (resolves #2) (diff)
More logical file name passing
Diffstat (limited to 'frontend/scanner.dcl')
-rw-r--r--frontend/scanner.dcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/scanner.dcl b/frontend/scanner.dcl
index 69a5936..fc94622 100644
--- a/frontend/scanner.dcl
+++ b/frontend/scanner.dcl
@@ -151,7 +151,7 @@ instance getPosition ScanState
fopenInSearchPaths :: !{#Char} !{#Char} !SearchPaths !Int (ModTimeFunction *Files) !*Files -> (Optional (*File, {#Char}, {#Char}),!*Files)
-openScanner :: !*File !String !String -> ScanState
+openScanner :: !*File !String -> ScanState
closeScanner :: !ScanState !*Files -> *Files
setUseLayout :: !Bool !ScanState -> ScanState