summaryrefslogtreecommitdiff
path: root/src/GF/Canon/GFCC/LexGFCC.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-09-13 16:49:23 +0000
committeraarne <aarne@cs.chalmers.se>2006-09-13 16:49:23 +0000
commitba950aab14782e95b41f378df4de014b38347665 (patch)
treefa8a56bee9923c986020332ee811b1f9b3890d67 /src/GF/Canon/GFCC/LexGFCC.hs
parenta64131afbec2ced7919dee28326beda827a38bee (diff)
lambda in GFCC
Diffstat (limited to 'src/GF/Canon/GFCC/LexGFCC.hs')
-rw-r--r--src/GF/Canon/GFCC/LexGFCC.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/GF/Canon/GFCC/LexGFCC.hs b/src/GF/Canon/GFCC/LexGFCC.hs
index 850034117..39fb24e97 100644
--- a/src/GF/Canon/GFCC/LexGFCC.hs
+++ b/src/GF/Canon/GFCC/LexGFCC.hs
@@ -3,13 +3,6 @@
{-# OPTIONS -fno-warn-incomplete-patterns #-}
module GF.Canon.GFCC.LexGFCC where
-
-
-#if __GLASGOW_HASKELL__ >= 603
-#include "ghcconfig.h"
-#else
-#include "config.h"
-#endif
#if __GLASGOW_HASKELL__ >= 503
import Data.Array
import Data.Char (ord)