Changed the implicit modules to be INCLUDEd rather than USEd (duh!)

This commit is contained in:
Neil Brown 2009-04-14 17:04:46 +00:00
parent ce15465849
commit 058ed31cad

View File

@ -80,7 +80,7 @@ preprocessSource m implicitMods realFilename s
veryDebug $ "}}}" veryDebug $ "}}}"
expandIncludes toks'' expandIncludes toks''
where where
incImplicit = concat [[Token emptyMeta $ TokPreprocessor $ "#USE \"" ++ f ++ "\"" incImplicit = concat [[Token emptyMeta $ TokPreprocessor $ "#INCLUDE \"" ++ f ++ "\""
-- ,Token emptyMeta EndOfLine -- ,Token emptyMeta EndOfLine
] ]
| f <- implicitMods] | f <- implicitMods]