diff options
Diffstat (limited to 'debug.c')
-rw-r--r-- | debug.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |