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 $ "}}}"
expandIncludes toks''
where
incImplicit = concat [[Token emptyMeta $ TokPreprocessor $ "#USE \"" ++ f ++ "\""
incImplicit = concat [[Token emptyMeta $ TokPreprocessor $ "#INCLUDE \"" ++ f ++ "\""
-- ,Token emptyMeta EndOfLine
]
| f <- implicitMods]