Tactical commit while working on the bignum bug, AGAIN.
This commit is contained in:
parent
7f34601523
commit
d42ece5711
4 changed files with 49 additions and 55 deletions
|
|
@ -79,6 +79,13 @@
|
|||
*/
|
||||
#define DEBUG_STACK 256
|
||||
|
||||
/**
|
||||
* @brief Print messages about equality tests.
|
||||
*
|
||||
* Flag interpretation for the value of `verbosity`, defined in `debug.c`, q.v.
|
||||
*/
|
||||
#define DEBUG_EQUAL 512
|
||||
|
||||
extern int verbosity;
|
||||
|
||||
void debug_print_exception( struct cons_pointer ex_ptr );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue