mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
Use NOINLINE for build info and darcs version info
... to avoid unnecessary recompilation of other modules.
This commit is contained in:
@@ -177,7 +177,7 @@ execute1 opts gfenv0 s0 =
|
||||
pOpts style q ("-qual" :ws) = pOpts style Qualified ws
|
||||
pOpts style q ws = (style,q,unwords ws)
|
||||
|
||||
(style,q,s) = pOpts TermPrintDefault Qualified (tail (words s0))
|
||||
(style,q,s) = pOpts TermPrintDefault Qualified ws
|
||||
|
||||
case runP pExp (encodeUnicode utf8 s) of
|
||||
Left (_,msg) -> putStrLn msg
|
||||
|
||||
Reference in New Issue
Block a user