aboutsummaryrefslogtreecommitdiff
path: root/frontend/compilerSwitches.dcl
diff options
context:
space:
mode:
authormartinw2001-05-14 15:30:56 +0000
committermartinw2001-05-14 15:30:56 +0000
commit8c21590956165f328ab5a35de70c1a2220c14157 (patch)
treec8472c330434e769c5171c34da837079e49cac00 /frontend/compilerSwitches.dcl
parentnew phase between analTypeDefs and typing (diff)
*** empty log message ***
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@429 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/compilerSwitches.dcl')
-rw-r--r--frontend/compilerSwitches.dcl12
1 files changed, 12 insertions, 0 deletions
diff --git a/frontend/compilerSwitches.dcl b/frontend/compilerSwitches.dcl
new file mode 100644
index 0000000..7a76037
--- /dev/null
+++ b/frontend/compilerSwitches.dcl
@@ -0,0 +1,12 @@
+definition module compilerSwitches
+
+SupportGenerics :== False
+
+PA_BUG on off :== on
+
+switch_import_syntax one_point_three two_point_zero :== one_point_three
+ /* when finally removing this switch also remove the argument of STE_Instance and ID_OldSyntax */
+
+SwitchFusion fuse dont_fuse :== dont_fuse
+
+SwitchPreprocessor preprocessor no_preprocessor :== preprocessor