[project @ 1998-11-08 17:06:13 by sof]
[ghc-hetmet.git] / ghc / compiler / parser / utils.h
index 8124440..4ebf921 100644 (file)
@@ -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));