diff options
author | ronny | 2004-01-16 12:54:32 +0000 |
---|---|---|
committer | ronny | 2004-01-16 12:54:32 +0000 |
commit | 076b77546ae4e14d89b4e053d8fad2519818d39a (patch) | |
tree | a3edc148609facac709644906019fc2b7d171efc /main/coclmain.icl | |
parent | bug fix: don't accept lhs patterns between function name and double colon (diff) |
removed incorrect comment
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1443 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main/coclmain.icl')
-rw-r--r-- | main/coclmain.icl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/coclmain.icl b/main/coclmain.icl index 465c040..28a7de0 100644 --- a/main/coclmain.icl +++ b/main/coclmain.icl @@ -12,8 +12,7 @@ import CoclSystemDependent import compile coclMain :: ![{#Char}] !*World -> *World -// currentVersion latestDefVersion latestImpVersion testArgs world -coclMain testArgs world +coclMain testArgs world # world = set_return_code 0 world # (commandArgs, world) |