summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2012-07-18 16:45:19 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-07-30 23:41:31 -0700
commit1e5e04a80b391ea6827bb3c537be47533c6afe1e (patch)
treeb162e127009da85d48d4d209d8a314d138a596eb /src
parent1ab3a0dd5140489bc80edcfd940609fefaec81f1 (diff)
Fix DEBUG build (TMparse.c:376:1: error: overflow in implicit constant conversion)
Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src')
-rw-r--r--src/TMparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TMparse.c b/src/TMparse.c
index d233644..5594cad 100644
--- a/src/TMparse.c
+++ b/src/TMparse.c
@@ -372,8 +372,8 @@ static EventKey events[] = {
#ifdef DEBUG
# ifdef notdef
{"Timer", NULLQUARK, _XtTimerEventType,ParseNone, NULL},
-# endif /* notdef */
{"EventTimer", NULLQUARK, _XtEventTimerEventType,ParseNone,NULL},
+# endif /* notdef */
#endif /* DEBUG */
/* Event Name, Quark, Event Type, Detail Parser, Closure */