diff options
author | Keith Packard <keithp@keithp.com> | 2016-11-18 22:53:36 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-02-20 11:16:52 -0800 |
commit | 129e07ccc9b8a33491a905a91ca6c5b0509aba9c (patch) | |
tree | 0a28fdd2ad3429d81835f4b41a432e2fa76926eb /src/lisp/ao_lisp_stack.c | |
parent | 2c80fea1936ff956df127b43e65139afec3929a0 (diff) |
altos/lisp: Cleanup some DBG defines
Get rid of the remaining duplicate defines.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lisp/ao_lisp_stack.c')
-rw-r--r-- | src/lisp/ao_lisp_stack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lisp/ao_lisp_stack.c b/src/lisp/ao_lisp_stack.c index 9c773e83..ef07b88a 100644 --- a/src/lisp/ao_lisp_stack.c +++ b/src/lisp/ao_lisp_stack.c @@ -12,7 +12,6 @@ * General Public License for more details. */ -#define DBG_EVAL 0 #include "ao_lisp.h" const struct ao_lisp_type ao_lisp_stack_type; |