From 8c21590956165f328ab5a35de70c1a2220c14157 Mon Sep 17 00:00:00 2001 From: martinw Date: Mon, 14 May 2001 15:30:56 +0000 Subject: *** empty log message *** git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@429 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/compilerSwitches.dcl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 frontend/compilerSwitches.dcl (limited to 'frontend/compilerSwitches.dcl') 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 -- cgit v1.2.3