shebs 02/09/06 14:30:06 Modified: gcc/config darwin.h Log: Mark a four-char-constants bit as local, since it's removed from FSF. Revision Changes Path 1.180 +2 -1 gcc3/gcc/config/darwin.h Index: darwin.h =================================================================== RCS file: /cvs/Darwin/gcc3/gcc/config/darwin.h,v retrieving revision 1.179 retrieving revision 1.180 diff -u -r1.179 -r1.180 --- darwin.h 2002/09/02 03:49:59 1.179 +++ darwin.h 2002/09/06 21:30:05 1.180 @@ -183,10 +183,11 @@ /* APPLE LOCAL end fat builds */ /* APPLE LOCAL end linker flags */ +/* APPLE LOCAL begin -Wfour-char-constants */ /* Don't warn about MacOS-style 'APPL' four-char-constants. */ - #undef WARN_FOUR_CHAR_CONSTANTS #define WARN_FOUR_CHAR_CONSTANTS 0 +/* APPLE LOCAL end -Wfour-char-constants */ /* Machine dependent cpp options. */
