aboutsummaryrefslogtreecommitdiff
path: root/frontend/scanner.icl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/scanner.icl')
-rw-r--r--frontend/scanner.icl4
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/scanner.icl b/frontend/scanner.icl
index 9ff470f..78c8c32 100644
--- a/frontend/scanner.icl
+++ b/frontend/scanner.icl
@@ -1,6 +1,6 @@
implementation module scanner
-import StdEnv, compare_constructor, StdCompare, general
+import StdEnv, compare_constructor, StdCompare, general, compilerSwitches
from utilities import revCharListToString, isSpecialChar
@@ -1990,8 +1990,6 @@ where
//--------------------//
-SwitchPreprocessor preprocessor no_preprocessor :== preprocessor
-
freadPreprocessedLine :: !*File -> (!.{#Char},!*File)
freadPreprocessedLine file
#! (line, file) = freadline file