From 206301ad3a9e875fc21b1ddfb3979e12d9204556 Mon Sep 17 00:00:00 2001 From: johnvg Date: Thu, 12 Apr 2007 10:41:08 +0000 Subject: remove SwitchGenerics git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1669 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- main/compile.icl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main') diff --git a/main/compile.icl b/main/compile.icl index cb4d71e..c02a5a0 100644 --- a/main/compile.icl +++ b/main/compile.icl @@ -165,7 +165,7 @@ parseCommandLine [arg1=:"-strip":args] options = parseCommandLine args {options & strip_unused = True} parseCommandLine ["-generics":args] options // enable generics - = parseCommandLine args (SwitchGenerics {options & compile_with_generics = True} options) + = parseCommandLine args {options & compile_with_generics = True} parseCommandLine ["-lattr":args] options = parseCommandLine args {options & listTypes.lto_showAttributes = False} parseCommandLine ["-lt":args] options @@ -275,6 +275,7 @@ compileModule options backendArgs cache=:{dcl_modules,functions_and_macros,prede ,feo_dump_core=options.dump_core ,feo_strip_unused=options.strip_unused } moduleIdent options.searchPaths dcl_modules functions_and_macros list_inferred_types predef_symbols hash_table fmodificationtime files error io out tcl_file heaps + # unique_copy_of_predef_symbols={predef_symbol\\predef_symbol<-:predef_symbols} # (closed, files) = closeTclFile tcl_file files -- cgit v1.2.3