summaryrefslogtreecommitdiff
path: root/src/GF/GFCC/API.hs
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2008-01-04 14:51:20 +0000
committerbringert <bringert@cs.chalmers.se>2008-01-04 14:51:20 +0000
commita68b2850e76a36c1f4ca032ea69c1ffa81b69885 (patch)
tree01a0b82d654890ee3142d522885fb8d31738f496 /src/GF/GFCC/API.hs
parentd54c209e9dc37825b153232a56e4c5adbbb685b1 (diff)
Added -noparse flag to gfc. In the process, I refactored GF.Devel.GFC and GF.Command.Importing to use a common source to gfcc compilation function in the new module GF.Compile.API.
Diffstat (limited to 'src/GF/GFCC/API.hs')
-rw-r--r--src/GF/GFCC/API.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/GFCC/API.hs b/src/GF/GFCC/API.hs
index 0a3b37cc5..2152acc41 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.ParGFCCRaw
+import GF.GFCC.Raw.CombParGFCCRaw
import GF.Command.PPrTree
import GF.Data.ErrM