aboutsummaryrefslogtreecommitdiff
path: root/frontend/checksupport.dcl
diff options
context:
space:
mode:
authormartinw2000-03-17 16:26:27 +0000
committermartinw2000-03-17 16:26:27 +0000
commit0625e34e9df9f236381a5fde02f63beabc5e8ec0 (patch)
tree3232031a5a649b6e0b5edb36c20e7ec6e46303df /frontend/checksupport.dcl
parentuse error code from parsing dcl files (diff)
- making array patterns strict (strict lets were not properly handled
in "convertCasesOfFunctionsIntoPatterns" and "collectVariables") - new switch "SwitchUniquenessBug" in module checksupport - several bugfixes git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@114 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/checksupport.dcl')
-rw-r--r--frontend/checksupport.dcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/checksupport.dcl b/frontend/checksupport.dcl
index 374c72c..36f7c73 100644
--- a/frontend/checksupport.dcl
+++ b/frontend/checksupport.dcl
@@ -3,6 +3,10 @@ definition module checksupport
import StdEnv
import syntax, predef
+
+SwitchUniquenessBug with_bug without_bug :== with_bug
+// temporary switch for compiling the Object I/O library
+
cIclModIndex :== 0
CS_NotChecked :== -1