summaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/debug.c b/debug.c
index 42464113..0e928183 100644
--- a/debug.c
+++ b/debug.c
@@ -52,6 +52,13 @@ static val breakpoints;
static val last_command;
static int cols = 80;
+/* C99 inline instantiations. */
+#if __STDC_VERSION__ >= 199901L
+val debug_check(val form, val bindings, val data, val line,
+ val pos, val base);
+void debug_init(void);
+#endif
+
static void help(val stream)
{
put_string(lit("commands:\n"