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 --- frontend/scanner.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/scanner.icl') diff --git a/frontend/scanner.icl b/frontend/scanner.icl index e553d10..48f3d17 100644 --- a/frontend/scanner.icl +++ b/frontend/scanner.icl @@ -1,6 +1,6 @@ implementation module scanner -import StdEnv, compare_constructor, general, compilerSwitches +import StdEnv, compare_constructor, general from utilities import revCharListToString, isSpecialChar -- cgit v1.2.3