From b747b1f7a21269543db09317ee80dce802170412 Mon Sep 17 00:00:00 2001 From: martinw Date: Wed, 14 Feb 2001 09:14:07 +0000 Subject: 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 --- frontend/syntax.dcl | 2 +- frontend/syntax.icl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend') 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 -- cgit v1.2.3