summaryrefslogtreecommitdiffstats
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug.h b/debug.h
index 48daebd6..954b74ff 100644
--- a/debug.h
+++ b/debug.h
@@ -85,7 +85,8 @@ void debug_init(void);
#define debug_return(VAL) return VAL
-INLINE val debug_check(val form, val bindings, val data, val line, val chr)
+INLINE val debug_check(val form, val bindings, val data, val line,
+ val pos, val base)
{
return nil;
}