*** gcc-2.95.3/gcc/frame.c Thu Jan 25 16:03:15 2001 --- frame.c Thu Nov 7 02:21:03 2002 *************** *** 37,42 **** --- 37,47 ---- needing header files first. */ /* ??? This is not a good solution, since prototypes may be required in some cases for correct code. See also libgcc2.c. */ + + #if defined(CROSS_COMPILE) && !defined(inhibit_libc) + #define inhibit_libc + #endif + #ifndef inhibit_libc /* fixproto guarantees these system headers exist. */ #include