diff options
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 |