1
0
forked from GitHub/gf-core

minibar: include the grammar's last modification in the grammar info shown by the "i" button

Also bumped version number in gf.cabal to 3.6-darcs.
Also removed some unecessary use of CPP.
This commit is contained in:
hallgren
2014-06-24 13:59:09 +00:00
parent 23ec403402
commit 0715cfe2ae
4 changed files with 8 additions and 21 deletions

View File

@@ -1,4 +1,3 @@
-- LANGUAGE CPP
module GF.Infra.Option
(
-- * Option types
@@ -285,14 +284,7 @@ defaultFlags = Flags {
optTagsOnly = False,
optHeuristicFactor = Nothing,
optMetaProb = Nothing,
optMetaToknProb = Nothing{-,
optNewComp =
#ifdef NEW_COMP
True
#else
False
#endif
-}
optMetaToknProb = Nothing
}
-- | Option descriptions