savepoint
This commit is contained in:
parent
b4a9d358e5
commit
8a27c4f429
|
@ -10,7 +10,7 @@
|
|||
if (!(cond)) { \
|
||||
return lispval_err(err); \
|
||||
}
|
||||
int VERBOSE = 2;
|
||||
int VERBOSE = 0;
|
||||
#define printfln(...) \
|
||||
do { \
|
||||
if (VERBOSE == 2) { \
|
||||
|
|
Loading…
Reference in New Issue
Block a user