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