diff options
author | ronny | 2002-06-11 09:22:25 +0000 |
---|---|---|
committer | ronny | 2002-06-11 09:22:25 +0000 |
commit | 23157c8f7f90c1185dac1d7403efebdb1a454936 (patch) | |
tree | 0649705a1fb5905a5302e04cdbc8b43cb3db7f17 /main/compile.icl | |
parent | - bug fix:types scopes (diff) |
Moved system dependent code from coclmain to CoclSystemDependent
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1090 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main/compile.icl')
-rw-r--r-- | main/compile.icl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/compile.icl b/main/compile.icl index 7993d37..1e7dca5 100644 --- a/main/compile.icl +++ b/main/compile.icl @@ -91,6 +91,9 @@ parseCommandLine [arg1=:"-RE", errorPath : args] options parseCommandLine [arg1=:"-RAE", errorPath : args] options # (args,modules,options)= parseCommandLine args {options & errorPath = stripQuotes errorPath, errorMode = FAppendText} = ([arg1,errorPath:args],modules,options) +/* RWS FIXME: "-id" option is only used for the Mac version + and should be moved elsewhere +*/ parseCommandLine ["-id",compiler_id_string : args] options # compiler_id=toInt compiler_id_string | set_compiler_id compiler_id==compiler_id |