diff options
Diffstat (limited to 'lang/gcc27/files/patch-flags.h')
-rw-r--r-- | lang/gcc27/files/patch-flags.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/gcc27/files/patch-flags.h b/lang/gcc27/files/patch-flags.h new file mode 100644 index 000000000000..83598ef23ed8 --- /dev/null +++ b/lang/gcc27/files/patch-flags.h @@ -0,0 +1,13 @@ +--- flags.h.orig Thu Jun 15 04:34:11 1995 ++++ flags.h Mon Mar 20 13:29:11 2000 +@@ -338,6 +338,10 @@ + + /* Tag all structures with __attribute__(packed) */ + extern int flag_pack_struct; ++ ++/* Nonzero means that -Wformat accepts certain non-ANSI formats. */ ++ ++extern int flag_format_extensions; + + /* Other basic status info about current function. */ + |