Bug fixes
[c11tester.git] / actionlist.h
index 70f90eb8a93da61b647afb1b1323344c36c0c03b..20f93fc953b9c27472df84c7de15cc53f66800e7 100644 (file)
@@ -4,7 +4,9 @@
 #include "classlist.h"
 #include "stl-model.h"
 
-#define ISACT 1
+#define ISACT ((uintptr_t) 1ULL)
+#define ACTMASK (~ISACT)
+
 #define ALLBITS 4
 #define ALLNODESIZE (1 << ALLBITS)
 #define ALLMASK ((1 << ALLBITS)-1)