aboutsummaryrefslogtreecommitdiff
path: root/frontend/scanner.icl
diff options
context:
space:
mode:
authormartinw2001-05-11 09:19:56 +0000
committermartinw2001-05-11 09:19:56 +0000
commitfc3f0d5b1af8940f15ea5d97336d24d5399609f6 (patch)
treefeaf956e9e9da947b95836b3e2c38fa472200ec8 /frontend/scanner.icl
parentchanged last field of CollectState into cos_used_dynamics which reflects (diff)
moving all switch macros to new module "compilerSwitches"
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@423 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
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