aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorronny2001-11-01 15:34:46 +0000
committerronny2001-11-01 15:34:46 +0000
commitf837688779fad408b400f83e93d45a5c013c3843 (patch)
treef2243ea21d9dd60991016ec1876616e066c84a69 /main
parentpass strictness information from C to Clean, print strict exported and all ty... (diff)
bug fix: rule does not match when no --dump-args or --restore args is specified.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@878 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main')
-rw-r--r--main/coclmain.icl2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/coclmain.icl b/main/coclmain.icl
index f19b269..a85bb88 100644
--- a/main/coclmain.icl
+++ b/main/coclmain.icl
@@ -112,6 +112,8 @@ coclMainWithVersionCheck currentVersion latestDefVersion latestImpVersion testA
where
n
= size s
+ getArgs commandArgs
+ = commandArgs
CoclArgsFile :== "coclargs.txt"