Module Name: xsrc
Committed By: christos
Date: Thu Jan 23 03:15:04 UTC 2014
Modified Files:
xsrc/xfree/xc/lib/Xt: TMparse.c
Log Message:
#ifdef out the other debugging entry that does not fit like the newer code
does
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/xfree/xc/lib/Xt/TMparse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/xfree/xc/lib/Xt/TMparse.c
diff -u xsrc/xfree/xc/lib/Xt/TMparse.c:1.3 xsrc/xfree/xc/lib/Xt/TMparse.c:1.4
--- xsrc/xfree/xc/lib/Xt/TMparse.c:1.3 Fri Mar 18 09:55:05 2005
+++ xsrc/xfree/xc/lib/Xt/TMparse.c Wed Jan 22 22:15:04 2014
@@ -361,8 +361,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 */