diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/compile.icl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/compile.icl b/main/compile.icl index 8b7ba93..b2c4054 100644 --- a/main/compile.icl +++ b/main/compile.icl @@ -131,11 +131,11 @@ compileModule options commandLineArgs files = abort ("couldn't open out file \"" +++ options.outPath +++ "\"\n") # (io, files) = stdio files - # (predefSymbols, hashTable) = buildPredefinedSymbols newHashTable (moduleIdent, hashTable) = putIdentInHashTable options.moduleName IC_Module hashTable # (predefs, _, files, error, io, out, optionalSyntaxTree) - = frontEndInterface FrontEndPhaseAll moduleIdent options.searchPaths predefSymbols hashTable files error io out + = frontEndInterface FrontEndPhaseAll moduleIdent options.searchPaths (isMember "-lt" commandLineArgs) + predefSymbols hashTable files error io out # (closed, files) = fclose io files | not closed |