[gnu.gcc.bug] toplev.c patch for hpux

barrett%hpisldab@HPLABS.HP.COM (Dave Barrett) (08/06/89)

*** toplev.c.orig	Sat Aug  5 23:25:08 1989
--- toplev.c	Thu Aug  3 11:46:40 1989
***************
*** 33,38
  
  #ifdef USG
  #include <sys/param.h>
  #include <sys/times.h>
  #include <time.h>   /* Correct for hpux at least.  Is it good on other USG?  */
  #else

--- 33,39 -----
  
  #ifdef USG
  #include <sys/param.h>
+ #undef FLOAT		/* D.A.B. it collides */
  #include <sys/times.h>
  #include <time.h>   /* Correct for hpux at least.  Is it good on other USG?  */
  #else