diff options
author | Camil Staps | 2017-03-18 16:06:01 +0100 |
---|---|---|
committer | Camil Staps | 2017-03-18 16:06:01 +0100 |
commit | 4dbdb3bf8ee0fbaaf316ca05fe0f084202d21d0c (patch) | |
tree | 17a1d8aae65e1ea2a97a1fb78d2dc26633d97f7c /frontend/scanner.dcl | |
parent | Tuple constructors (resolves #2) (diff) |
More logical file name passing
Diffstat (limited to 'frontend/scanner.dcl')
-rw-r--r-- | frontend/scanner.dcl | 2 |
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 |