summaryrefslogtreecommitdiff
path: root/colm/debug.c
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-04-16 22:26:56 -0400
committerAdrian Thurston <thurston@complang.org>2013-04-16 22:26:56 -0400
commit48d12aa7b884d46d70751f06d286fb245c49f9e6 (patch)
treed1cd831785fd1daf7267a3d188de513382cb72a3 /colm/debug.c
parent57792f74d182239d0b58144aab7114d85c5fa6f7 (diff)
downloadcolm-48d12aa7b884d46d70751f06d286fb245c49f9e6.tar.gz
lowercased the C interface
Diffstat (limited to 'colm/debug.c')
-rw-r--r--colm/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/debug.c b/colm/debug.c
index 2dc8328b..c43f5a68 100644
--- a/colm/debug.c
+++ b/colm/debug.c
@@ -37,7 +37,7 @@ const char *const colmRealmNames[REALMS] =
"SCAN",
};
-int _debug( struct ColmProgram *prg, long realm, const char *fmt, ... )
+int _debug( struct colm_program *prg, long realm, const char *fmt, ... )
{
int result = 0;
if ( prg->activeRealm & realm ) {