From 848373e29e6d16db50b68e8835a474dd14b5ab9d Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 21 Jul 2011 08:25:04 +0000 Subject: GenIP, GenRP in Extra and any_Quant in ExtraEng --- src/compiler/GF/Grammar/Parser.y | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compiler/GF/Grammar') diff --git a/src/compiler/GF/Grammar/Parser.y b/src/compiler/GF/Grammar/Parser.y index 969aa25c3..e070f939d 100644 --- a/src/compiler/GF/Grammar/Parser.y +++ b/src/compiler/GF/Grammar/Parser.y @@ -5,6 +5,7 @@ module GF.Grammar.Parser , pModDef , pModHeader , pExp + , pTopDef ) where import GF.Infra.Ident @@ -20,6 +21,7 @@ import GF.Compile.Update (buildAnyTree) } %name pModDef ModDef +%name pTopDef TopDef %partial pModHeader ModHeader %name pExp Exp -- cgit v1.2.3