From 0870c87df3f22f68240df5b2b47d1753d3d8387c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 12 Feb 2012 01:17:46 -0800 Subject: Oops, syntax error. --- debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.c b/debug.c index ab20f5aa..1e9edb2a 100644 --- a/debug.c +++ b/debug.c @@ -56,7 +56,7 @@ static void show_bindings(val env, val stream) } } -val debug(val form, val bindings, val data, val line, val val pos, val base) +val debug(val form, val bindings, val data, val line, val pos, val base) { uses_or2; val lineno = source_loc(form); -- cgit v1.2.3