aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartinw2001-02-14 09:14:07 +0000
committermartinw2001-02-14 09:14:07 +0000
commitb747b1f7a21269543db09317ee80dce802170412 (patch)
treea7d876d61bb21f0079cbd121ab6712267c01df4d
parentdelaying "determineTypesOfInstances" and "checkSpecialsOfInstances" after (diff)
just setting the switch for import syntax from "2.0" back to "1.3"
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@295 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--frontend/syntax.dcl2
-rw-r--r--frontend/syntax.icl2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl
index 91f5cc1..a44ac45 100644
--- a/frontend/syntax.dcl
+++ b/frontend/syntax.dcl
@@ -6,7 +6,7 @@ import scanner, general, typeproperties, Heap
PA_BUG on off :== on
-switch_import_syntax one_point_three two_point_zero :== two_point_zero
+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
diff --git a/frontend/syntax.icl b/frontend/syntax.icl
index 9ed4cf7..4d7e8f1 100644
--- a/frontend/syntax.icl
+++ b/frontend/syntax.icl
@@ -5,7 +5,7 @@ import StdEnv, compare_constructor // ,RWSDebug
import scanner, general, Heap, typeproperties, utilities
PA_BUG on off :== on
-switch_import_syntax one_point_three two_point_zero :== two_point_zero
+switch_import_syntax one_point_three two_point_zero :== one_point_three
SwitchFusion fuse dont_fuse :== dont_fuse
switch_port_to_new_syntax port dont_port :== dont_port