From 4c99687f217ce258f821d55e68f5403233f6dea7 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 7 Nov 2003 14:54:44 +0000 Subject: Fixed treatment of predefined types (Int, String). Fixed treatment of predefined types (Int, String). Added treatment of new reserved words to reading old grammars. --- src/GF/Source/GrammarToSource.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GF/Source') diff --git a/src/GF/Source/GrammarToSource.hs b/src/GF/Source/GrammarToSource.hs index 1b4185796..d38701eb6 100644 --- a/src/GF/Source/GrammarToSource.hs +++ b/src/GF/Source/GrammarToSource.hs @@ -38,7 +38,7 @@ forName (MTConcrete a) = tri a trOpen :: OpenSpec Ident -> P.Open trOpen o = case o of - OSimple OQNormal i -> P.OQualQO P.QOCompl (tri i) + OSimple OQNormal i -> P.OName (tri i) OSimple q i -> P.OQualQO (trQualOpen q) (tri i) OQualif q i j -> P.OQual (trQualOpen q) (tri i) (tri j) -- cgit v1.2.3