I've backed out of including stat.h via system.h because stat.h can define...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 28 Feb 1998 06:11:54 +0000 (06:11 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 28 Feb 1998 06:11:54 +0000 (06:11 +0000)
commitc580105315d6e393e042182ced090b8ec6ce0b51
tree2b0b7ccf235ff71c86f7e6a6deb96f4ecad5d792
parent3d85c12ecce7d836944bb7dc65088448e9b677fd
I've backed out of including stat.h via system.h because stat.h can define...

I've backed out of including stat.h via system.h because stat.h can
define static functions (eg on x86 svr4 according to jfc@mit.edu)
causing code bloat.
        * system.h: Remove sys/stat.h.
        * gcc.c: Add sys/stat.h.

From-SVN: r18289
gcc/ChangeLog
gcc/gcc.c
gcc/system.h