summaryrefslogtreecommitdiff
path: root/xc/lib/Xmu/Atoms.c
diff options
context:
space:
mode:
Diffstat (limited to 'xc/lib/Xmu/Atoms.c')
-rw-r--r--xc/lib/Xmu/Atoms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xmu/Atoms.c b/xc/lib/Xmu/Atoms.c
index 941bcefb8..0d3d6ca43 100644
--- a/xc/lib/Xmu/Atoms.c
+++ b/xc/lib/Xmu/Atoms.c
@@ -21,7 +21,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/lib/Xmu/Atoms.c,v 3.6 2001/01/17 19:42:53 dawes Exp $ */
+/* $XFree86: xc/lib/Xmu/Atoms.c,v 3.7 2001/07/25 15:04:50 dawes Exp $ */
/*
* This file contains routines to cache atoms, avoiding multiple
@@ -56,7 +56,7 @@ struct _AtomRec {
#define STATIC static
#endif
-#if (defined(__STDC__) && !defined(UNIXCPP)) || defined(ANSICPP)
+#if !defined(UNIXCPP) || defined(ANSICPP)
#define DeclareAtom(atom,text) \
STATIC struct _AtomRec __##atom = { text, NULL }; \
AtomPtr _##atom = &__##atom;