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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user