diff options
author | ronny | 2001-10-03 09:07:49 +0000 |
---|---|---|
committer | ronny | 2001-10-03 09:07:49 +0000 |
commit | 577f4330e41e16e233ea21121da97d4cd6305736 (patch) | |
tree | 2d50ebaef2425f24b4e0666e7dd1697aed19b55b /frontend/unitype.icl | |
parent | changed from system to definition module (diff) |
eliminated cheat module
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@817 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/unitype.icl')
-rw-r--r-- | frontend/unitype.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/unitype.icl b/frontend/unitype.icl index 4db67cd..72f239c 100644 --- a/frontend/unitype.icl +++ b/frontend/unitype.icl @@ -5,7 +5,7 @@ import StdEnv import syntax, analunitypes, type, utilities, checktypes, compilerSwitches //, RWSDebug -import cheat +// import cheat AttrUni :== 0 AttrMulti :== 1 |