Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!lll-winken!gauss.llnl.gov!casey From: casey@gauss.llnl.gov (Casey Leedom) Newsgroups: comp.windows.x Subject: Re: new R4 ERRATA file Message-ID: <44509@lll-winken.LLNL.GOV> Date: 15 Jan 90 10:35:42 GMT References: <9001121846.AA00564@godsend.goldhill.com> Sender: usenet@lll-winken.LLNL.GOV Reply-To: casey@gauss.llnl.gov (Casey Leedom) Organization: Lawrence Livermore National Laboratory Lines: 18 Ok. I give up. I tried to do the right thing and reply to this message instead of following up, but the return address is worthless. | From: jne@goldhill.COM | | > It is known that the XtNewString macro in Xt miscompiles under gcc 1.36. | | 1) Is there some change to XtNewString that will make it compile correctly | under gcc 1.36? Yes. Change the form of it from: str == NULL ? NULL : ... to str != NULL ? ... : NULL Casey