Good news: only one test failing. Bad news: it's nlambda.
This commit is contained in:
parent
e52ccce0eb
commit
96dad29f91
8 changed files with 80 additions and 90 deletions
|
|
@ -25,6 +25,7 @@
|
|||
extern int verbosity;
|
||||
|
||||
void debug_print( wchar_t *message, int level );
|
||||
void debug_println( int level );
|
||||
void debug_printf( int level, wchar_t * format, ...);
|
||||
void debug_print_object( struct cons_pointer pointer, int level );
|
||||
void debug_dump_object( struct cons_pointer pointer, int level );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue