aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorronny2004-01-16 12:54:32 +0000
committerronny2004-01-16 12:54:32 +0000
commit076b77546ae4e14d89b4e053d8fad2519818d39a (patch)
treea3edc148609facac709644906019fc2b7d171efc /main
parentbug 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')
-rw-r--r--main/coclmain.icl3
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)