From 934d4dbd7c922fdc30b0bd6225c0dc44fea16ddb Mon Sep 17 00:00:00 2001 From: bringert Date: Fri, 4 Jan 2008 15:00:58 +0000 Subject: [PATCH] Oops, I happend to record a temporary change for testing combinator parsing on GFCC. Reverting that. --- src/GF/GFCC/API.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GF/GFCC/API.hs b/src/GF/GFCC/API.hs index 2152acc41..0a3b37cc5 100644 --- a/src/GF/GFCC/API.hs +++ b/src/GF/GFCC/API.hs @@ -21,7 +21,7 @@ import GF.GFCC.Macros import GF.GFCC.DataGFCC import GF.GFCC.CId import GF.GFCC.Raw.ConvertGFCC -import GF.GFCC.Raw.CombParGFCCRaw +import GF.GFCC.Raw.ParGFCCRaw import GF.Command.PPrTree import GF.Data.ErrM