Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!HPLABS.HP.COM!barrett%hpisldab From: barrett%hpisldab@HPLABS.HP.COM (Dave Barrett) Newsgroups: gnu.gcc.bug Subject: toplev.c patch for hpux Message-ID: <8908060609.AA09260@hpisldab.HP.COM> Date: 6 Aug 89 06:09:18 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 19 *** toplev.c.orig Sat Aug 5 23:25:08 1989 --- toplev.c Thu Aug 3 11:46:40 1989 *************** *** 33,38 #ifdef USG #include #include #include /* Correct for hpux at least. Is it good on other USG? */ #else --- 33,39 ----- #ifdef USG #include + #undef FLOAT /* D.A.B. it collides */ #include #include /* Correct for hpux at least. Is it good on other USG? */ #else