summaryrefslogtreecommitdiff
path: root/ghc/compiler/parser/utils.h
diff options
context:
space:
mode:
authorsof <unknown>1998-11-16 11:56:13 +0000
committersof <unknown>1998-11-16 11:56:13 +0000
commit66ed80491b46a2903ec4e961f9582a9e27fecde9 (patch)
treedc6aa85b7e5cc6e97040592b78dd23bd532b921f /ghc/compiler/parser/utils.h
parent7caedc52dde9fb7f773fb3a1d5fc0f7b2d8de848 (diff)
downloadhaskell-66ed80491b46a2903ec4e961f9582a9e27fecde9.tar.gz
[project @ 1998-11-16 11:56:09 by sof]
Cleaned up the handling of the default calling conventions for 'foreign' decls
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 4ebf921a53..76d0d0e5b3 100644
--- a/ghc/compiler/parser/utils.h
+++ b/ghc/compiler/parser/utils.h
@@ -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