summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2012-07-11 13:30:56 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-07-11 17:46:47 -0700
commitce36f7be03ff0df79247baeda24d2c0a3b1ee0f7 (patch)
tree02f5973058a6da5b42ff9a35b5bbfef159f06750
parent33dacadbfb9adcb36c9b7ccd4f64d12e7995fd33 (diff)
Do not unconditionally define DEBUG.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--lisp/re/re.c2
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
*/