diff options
author | Thomas Klausner <wiz@NetBSD.org> | 2012-07-11 13:30:56 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-07-11 17:46:47 -0700 |
commit | ce36f7be03ff0df79247baeda24d2c0a3b1ee0f7 (patch) | |
tree | 02f5973058a6da5b42ff9a35b5bbfef159f06750 /lisp | |
parent | 33dacadbfb9adcb36c9b7ccd4f64d12e7995fd33 (diff) |
Do not unconditionally define DEBUG.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/re/re.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/re/re.c b/lisp/re/re.c index fca7e28..f4c1246 100644 --- a/lisp/re/re.c +++ b/lisp/re/re.c @@ -31,7 +31,7 @@ #include <stdio.h> #include "rep.h" -#define DEBUG + /* * Types */ |