[project @ 1998-11-16 11:56:09 by sof]
[ghc-hetmet.git] / ghc / compiler / parser / utils.h
index 4ebf921..76d0d0e 100644 (file)
@@ -115,6 +115,7 @@ void        checkprec PROTO((tree, qid, BOOLEAN));
 */
 
 /* FFI predefines */
+#define CALLCONV_NONE     (-1)
 #define CALLCONV_STDCALL  0
 #define CALLCONV_CCALL    1
 #define CALLCONV_PASCAL   2