Changed the implicit modules to be INCLUDEd rather than USEd (duh!)
This commit is contained in:
parent
ce15465849
commit
058ed31cad
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user