diff options
author | martinw | 2000-06-15 08:22:11 +0000 |
---|---|---|
committer | martinw | 2000-06-15 08:22:11 +0000 |
commit | a9383f2d3e67820beb8489164acf141cccc4cd95 (patch) | |
tree | 235425a3d3d1bf61538fdfcfb92efda0851108ca /frontend/checksupport.icl | |
parent | update of dictionary types (diff) |
MW once added a macro called "SwitchUniquenessBug", Sjaak also added a macro
"PA_BUG" for the same purpose. MW removes his macro _untertaenig_ in favour
of Sjaaks version
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@165 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/checksupport.icl')
-rw-r--r-- | frontend/checksupport.icl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/frontend/checksupport.icl b/frontend/checksupport.icl index 98ebe58..3cccdc8 100644 --- a/frontend/checksupport.icl +++ b/frontend/checksupport.icl @@ -6,9 +6,6 @@ import utilities :: VarHeap :== Heap VarInfo -SwitchUniquenessBug with_bug without_bug :== with_bug -// temporary switch for compiling the Object I/O library - cIclModIndex :== 0 CS_NotChecked :== -1 |