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 $ "}}}"
|
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]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user