This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
RE: fixincludes removes an '*/'
- To: "'stric at ing dot umu dot se'" <stric at ing dot umu dot se>
- Subject: RE: fixincludes removes an '*/'
- From: Bruce Korb <bkorb at allegronetworks dot com>
- Date: Mon, 23 Apr 2001 13:37:37 -0700
- Cc: "'gcc-bugs at gcc dot gnu dot org'" <gcc-bugs at gcc dot gnu dot org>, "'bkorb at gnu dot org'" <bkorb at gnu dot org>
--- /usr/include/Motif2.1/Xm/XmStrDefs.h Fri Sep 19 00:29:51 1997
+++
/pkg/gcc/2.95.3/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.95.3/include/Xm/XmStrDe
fs.h Sun Apr 22 13:43:34 2001
@@ -5469,9 +5469,9 @@
/*#ifdef IBM_MOTIF*/
#define XmSTRING_DEFAULT_CHARSET XmSFONTLIST_DEFAULT_TAG_STRING
/*#else
#define XmSTRING_DEFAULT_CHARSET XmS
-#endif IBM_MOTIF*/
+#endif
That is disgusting. In any event, can you test the header
and the include directory as a whole to see if you can use
the programmatic version of fixincludes? That one is much
more careful about stripping dinkleberry comments on `#endif'
statements. Thanks!