diff src/xmmanagerp.h @ 157:6b37e6ddd302 r20-3b5

Import from CVS: tag r20-3b5
author cvs
date Mon, 13 Aug 2007 09:40:41 +0200
parents 376386a54a3c
children 74fd4e045ea6
line wrap: on
line diff
--- a/src/xmmanagerp.h	Mon Aug 13 09:39:46 2007 +0200
+++ b/src/xmmanagerp.h	Mon Aug 13 09:40:41 2007 +0200
@@ -20,18 +20,6 @@
 
 /* Synched up with: Not in FSF. */
 
-/* Motif attempts to use old '/ * * /' method of pasting tokens together
-   unless __STDC__ > 0.  Bad idea, because the SunPro C compiler defines
-   __STDC__ to 0 in "lenient ANSI mode" (which is what you need to
-   compile Emacs in).  Unfortunately, some compilers don't let you mess
-   around with __STDC__, so ... */
-
-#if defined(__SUNPRO_C) && (__STDC__ == 0)
-# undef __STDC__
-# define __STDC__ 1
-# define __STDC__CHANGED__
-#endif
-
 /* ManagerP.h doesn't exist in old versions of Motif; the stuff is
    in XmP.h instead */
 
@@ -41,9 +29,3 @@
 #else
 # include <Xm/XmP.h>
 #endif
-
-#ifdef __STDC__CHANGED__
-# undef __STDC__
-# define __STDC__ 0
-# undef __STDC__CHANGED__
-#endif