summaryrefslogtreecommitdiff
path: root/ghc/compiler/parser/utils.h
diff options
context:
space:
mode:
authorsof <unknown>1998-11-08 17:06:13 +0000
committersof <unknown>1998-11-08 17:06:13 +0000
commit838fb9e23a510f80c1f71abecb6fa29b09f5a39f (patch)
tree6fdda1af49c3711862c6bfbc1c086228dc5834d8 /ghc/compiler/parser/utils.h
parentafd0d0bc193b96da3d68d137733f3c6e4b8d56d6 (diff)
downloadhaskell-838fb9e23a510f80c1f71abecb6fa29b09f5a39f.tar.gz
[project @ 1998-11-08 17:06:13 by sof]
front end support for 'foreign label's
Diffstat (limited to 'ghc/compiler/parser/utils.h')
-rw-r--r--ghc/compiler/parser/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/compiler/parser/utils.h b/ghc/compiler/parser/utils.h
index 8124440038..4ebf921a53 100644
--- a/ghc/compiler/parser/utils.h
+++ b/ghc/compiler/parser/utils.h
@@ -122,6 +122,7 @@ void checkprec PROTO((tree, qid, BOOLEAN));
#define FOREIGN_IMPORT 0
#define FOREIGN_EXPORT 1
+#define FOREIGN_LABEL 2
BOOLEAN isconstr PROTO((char *));
void setstartlineno PROTO((void));