just-fixinc gcc problems on i486 Solaris 2.4

just-fixinc gcc problems on i486 Solaris 2.4

Post by Dean G. A. Johns » Fri, 04 Nov 1994 23:22:54



The script 'just-fixinc' created some really screwed up header
files in the gcc include directory .  The script itself seemed to run just
fine but the some of the header files such as sys/stat.h were syntactically
incorrect.

Things like:

extern foo( #else
-etc.-

When the original was:

extern foo( int parm1, sometype _dude);
#else
-etc.-

I am intereseted in finding out if anyone else has had the same difficulty.

-dgaj