From 0f4beed66fd4218082c433ffe5ed8f260332036a Mon Sep 17 00:00:00 2001 From: johnvg Date: Thu, 10 Nov 2011 11:11:15 +0000 Subject: move type TypeCodeVariableInfo to module syntax, remove type DynamicValueAliasInfo, adjust imports git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2027 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- main/coclmain.icl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'main') 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 -- cgit v1.2.3