summaryrefslogtreecommitdiff
path: root/comm/XtMultiplexer.h
diff options
context:
space:
mode:
authorchatty1994-05-10 11:36:23 +0000
committerchatty1994-05-10 11:36:23 +0000
commitb0fff9b9e5becf35cdd051a81d0574a3a6c3be2a (patch)
treef6e866161bb17587d344d0fbdf30cef57b435444 /comm/XtMultiplexer.h
parent6f03fc87b2858caf3424639cbba2d38f8f8f3029 (diff)
downloadivy-league-b0fff9b9e5becf35cdd051a81d0574a3a6c3be2a.zip
ivy-league-b0fff9b9e5becf35cdd051a81d0574a3a6c3be2a.tar.gz
ivy-league-b0fff9b9e5becf35cdd051a81d0574a3a6c3be2a.tar.bz2
ivy-league-b0fff9b9e5becf35cdd051a81d0574a3a6c3be2a.tar.xz
replaced TRUE/FALSE by true/false
Diffstat (limited to 'comm/XtMultiplexer.h')
-rw-r--r--comm/XtMultiplexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/comm/XtMultiplexer.h b/comm/XtMultiplexer.h
index 164a296..6ce1301 100644
--- a/comm/XtMultiplexer.h
+++ b/comm/XtMultiplexer.h
@@ -18,7 +18,7 @@
#include "Multiplexer.h"
-/*** Intrinsic.h redefines TRUE and FALSE if FALSE is undefined... */
+/*** Intrinsic.h redefines true and false if false is undefined... */
#define FALSE 0
#include <X11/Intrinsic.h>
#undef FALSE