diff options
author | Keith Packard <keithp@keithp.com> | 2016-11-18 21:12:50 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-11-18 21:12:50 -0800 |
commit | ae2f70e6162b99de40155ff9f12ee2396cd7802c (patch) | |
tree | 1e82768c8fc20eae17021a3200cc0c997a6fb899 /src/lisp/ao_lisp_eval.c | |
parent | 8bf6b8989a4f365467fae38a03570d277f362ac2 (diff) |
altos/lisp: Make DBG settings global
This avoids having different values in different files, which wasn't useful.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lisp/ao_lisp_eval.c')
-rw-r--r-- | src/lisp/ao_lisp_eval.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lisp/ao_lisp_eval.c b/src/lisp/ao_lisp_eval.c index 2460a32a..3be7c9c4 100644 --- a/src/lisp/ao_lisp_eval.c +++ b/src/lisp/ao_lisp_eval.c @@ -12,7 +12,6 @@ * General Public License for more details. */ -#define DBG_EVAL 0 #include "ao_lisp.h" #include <assert.h> |