X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fparser%2Futils.h;h=4ebf921a538e10f30829e5a8fbe538ea243a7861;hb=838fb9e23a510f80c1f71abecb6fa29b09f5a39f;hp=8124440038e4499aacfa983a262fd95196eee101;hpb=afd0d0bc193b96da3d68d137733f3c6e4b8d56d6;p=ghc-hetmet.git diff --git a/ghc/compiler/parser/utils.h b/ghc/compiler/parser/utils.h index 8124440..4ebf921 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));