summaryrefslogtreecommitdiff
path: root/colm/debug.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-04-19 13:40:43 +0000
committerAdrian Thurston <thurston@complang.org>2013-04-19 13:40:43 +0000
commit447174753b690297534624613d3504ea48e95861 (patch)
treee625217f02dc72a0911f2d71db3939c3e1425c34 /colm/debug.h
parentf02f785ab672c837dbc36fb8e672a2362a77c26a (diff)
parent033675ea56925d440a354b036ebb448cfc91141f (diff)
downloadcolm-447174753b690297534624613d3504ea48e95861.tar.gz
Merge commit 'origin/master'
Diffstat (limited to 'colm/debug.h')
-rw-r--r--colm/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/colm/debug.h b/colm/debug.h
index aa5656ff..91e1c46c 100644
--- a/colm/debug.h
+++ b/colm/debug.h
@@ -35,9 +35,9 @@ void fatal( const char *fmt, ... );
#define check_realm( realm )
#endif
-struct ColmProgram;
+struct colm_program;
-int _debug( struct ColmProgram *prg, long realm, const char *fmt, ... );
+int _debug( struct colm_program *prg, long realm, const char *fmt, ... );
void message( const char *fmt, ... );