Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!cica!tut.cis.ohio-state.edu!uunet.uu.net!rocket!hobbes!dove From: rocket!hobbes!dove@uunet.uu.net (Webster Dove) Newsgroups: gnu.gcc.bug Subject: gcc 1.35 dislikes #ifdef ecd.color Message-ID: <8907271609.AA01705@hobbes.sanders.com> Date: 27 Jul 89 16:09:14 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 11 Is that a gcc bug, or an ansi violation on suns part /usr/include/suntool/panel.h:35: warning: garbage at end of #ifdef argument /* new attributes should start at PANEL_LAST_ATTR + 1 */ #ifdef ecd.color #define PANEL_LAST_ATTR 127 #else #define PANEL_LAST_ATTR 125 #endif