savepoint

This commit is contained in:
NunoSempere 2023-05-06 22:50:19 -04:00
parent b4a9d358e5
commit 8a27c4f429
2 changed files with 1 additions and 1 deletions

BIN
mumble

Binary file not shown.

View File

@ -10,7 +10,7 @@
if (!(cond)) { \
return lispval_err(err); \
}
int VERBOSE = 2;
int VERBOSE = 0;
#define printfln(...) \
do { \
if (VERBOSE == 2) { \