summaryrefslogtreecommitdiff
path: root/examples/SUMO/RGLExt/DictLangEng.gf
diff options
context:
space:
mode:
authorra.monique <ra.monique@gmail.com>2010-11-28 19:38:56 +0000
committerra.monique <ra.monique@gmail.com>2010-11-28 19:38:56 +0000
commit667e7e67d3b9f4808fab3d46a83e110e61b1edec (patch)
treea0236c9290756b72a1b2dfdd116587dd4835e725 /examples/SUMO/RGLExt/DictLangEng.gf
parent8e6421a03e564d4c5cee6ef68867ea6ec7f76268 (diff)
fixed SUMOEng with open instead of import for the Extension module
Diffstat (limited to 'examples/SUMO/RGLExt/DictLangEng.gf')
-rw-r--r--examples/SUMO/RGLExt/DictLangEng.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/SUMO/RGLExt/DictLangEng.gf b/examples/SUMO/RGLExt/DictLangEng.gf
index 4e5aa5335..6227348f5 100644
--- a/examples/SUMO/RGLExt/DictLangEng.gf
+++ b/examples/SUMO/RGLExt/DictLangEng.gf
@@ -1,8 +1,8 @@
--# -path=.:../../../lib/src/abstract:../../../lib/src/english:../../../lib/src/common
concrete DictLangEng of DictLang =
- GrammarEng,
- ExtensionEng ** {
+ GrammarEng
+ ** open ExtensionEng in {
flags unlexer = text ; lexer = text ;