summaryrefslogtreecommitdiff
path: root/colm/debug.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2010-04-27 02:26:37 +0000
committerAdrian Thurston <thurston@complang.org>2010-04-27 02:26:37 +0000
commita9b946cf21d5342cdd16f2ec4053703a84732e58 (patch)
tree59a6c4b11b19048b09ec703d6c5a2e61e76170b9 /colm/debug.h
parent10da2d1bea42dc1ae01adb19056f6c025f4d5139 (diff)
downloadcolm-a9b946cf21d5342cdd16f2ec4053703a84732e58.tar.gz
Finished off the porting to C.
Implemented state table compressions by overlaying arrays and using an 'owner' array to determine which entry belongs to which state.
Diffstat (limited to 'colm/debug.h')
-rw-r--r--colm/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/colm/debug.h b/colm/debug.h
index 15f8a554..7f8519f9 100644
--- a/colm/debug.h
+++ b/colm/debug.h
@@ -37,6 +37,8 @@ int _debug( long realm, const char *fmt, ... );
int _check_realm( long realm );
extern long colmActiveRealm;
+void message( const char *fmt, ... );
+
#define REALM_BYTECODE 0x00000001
#define REALM_PARSE 0x00000002
#define REALM_MATCH 0x00000004