diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/coclmain.icl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/main/coclmain.icl b/main/coclmain.icl index 28a7de0..b63fd00 100644 --- a/main/coclmain.icl +++ b/main/coclmain.icl @@ -1,6 +1,3 @@ -/* - module owner: Ronny Wichers Schreur -*/ implementation module coclmain import StdEnv @@ -9,7 +6,7 @@ import ArgEnv import set_return_code import CoclSystemDependent -import compile +import compile,utilities coclMain :: ![{#Char}] !*World -> *World coclMain testArgs world |