summaryrefslogtreecommitdiff
path: root/colm/pdarun.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/pdarun.h')
-rw-r--r--colm/pdarun.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/colm/pdarun.h b/colm/pdarun.h
index 94ff74c4..f4f77c74 100644
--- a/colm/pdarun.h
+++ b/colm/pdarun.h
@@ -24,11 +24,16 @@
#include "input.h"
#include "fsmrun.h"
+#include "config.h"
#ifdef __cplusplus
extern "C" {
#endif
+#if SIZEOF_LONG != 4 && SIZEOF_LONG != 8
+ #error "SIZEOF_LONG contained an unexpected value"
+#endif
+
typedef unsigned char Code;
typedef unsigned long Word;
typedef unsigned long Half;