diff options
author | Adrian Thurston <thurston@complang.org> | 2013-04-19 13:40:43 +0000 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2013-04-19 13:40:43 +0000 |
commit | 447174753b690297534624613d3504ea48e95861 (patch) | |
tree | e625217f02dc72a0911f2d71db3939c3e1425c34 /colm/debug.h | |
parent | f02f785ab672c837dbc36fb8e672a2362a77c26a (diff) | |
parent | 033675ea56925d440a354b036ebb448cfc91141f (diff) | |
download | colm-447174753b690297534624613d3504ea48e95861.tar.gz |
Merge commit 'origin/master'
Diffstat (limited to 'colm/debug.h')
-rw-r--r-- | colm/debug.h | 4 |
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, ... ); |