diff options
author | sof <unknown> | 1998-11-08 17:06:13 +0000 |
---|---|---|
committer | sof <unknown> | 1998-11-08 17:06:13 +0000 |
commit | 838fb9e23a510f80c1f71abecb6fa29b09f5a39f (patch) | |
tree | 6fdda1af49c3711862c6bfbc1c086228dc5834d8 /ghc/compiler/parser/utils.h | |
parent | afd0d0bc193b96da3d68d137733f3c6e4b8d56d6 (diff) | |
download | haskell-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.h | 1 |
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)); |