summaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index f783e3f0..5cee21cc 100644
--- a/debug.c
+++ b/debug.c
@@ -245,7 +245,7 @@ val debug(val form, val bindings, val data, val line, val pos, val base)
void debug_init(void)
{
step_mode = 1;
- protect(&breakpoints, &last_command, (val *) 0);
+ protect(&breakpoints, &last_command, convert(val *, 0));
debug_block_s = intern(lit("debug-block"), system_package);
{
char *columns = getenv("COLUMNS");