summaryrefslogtreecommitdiff
path: root/examples/peacekeeping/PeaceSyntaxI.gf
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-04-21 13:55:19 +0000
committerbringert <bringert@cs.chalmers.se>2006-04-21 13:55:19 +0000
commitc4560e21b078c0d4ee88f1a3f66281dd24131c5b (patch)
tree165ce5e2b98eb4fc0c0e4cba4cef2337d5763716 /examples/peacekeeping/PeaceSyntaxI.gf
parent3c1ef84ddd5687660fa00ffc3b6c2e998ffe96bb (diff)
Build peace grammars with optimize=share to work with GF EI.
Diffstat (limited to 'examples/peacekeeping/PeaceSyntaxI.gf')
-rw-r--r--examples/peacekeeping/PeaceSyntaxI.gf3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/peacekeeping/PeaceSyntaxI.gf b/examples/peacekeeping/PeaceSyntaxI.gf
index e25837aac..4864682d6 100644
--- a/examples/peacekeeping/PeaceSyntaxI.gf
+++ b/examples/peacekeeping/PeaceSyntaxI.gf
@@ -1,7 +1,8 @@
incomplete concrete PeaceSyntaxI of PeaceSyntax = PeaceCatI ** open Lang in {
flags
- optimize = all_subs ;
+-- optimize = all_subs ;
+ optimize = share ;
unlexer = text ; lexer = text ;
lincat