diff options
Diffstat (limited to 'lang/gcc43/files/patch-fb')
-rw-r--r-- | lang/gcc43/files/patch-fb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/gcc43/files/patch-fb b/lang/gcc43/files/patch-fb new file mode 100644 index 000000000000..dae6d331898c --- /dev/null +++ b/lang/gcc43/files/patch-fb @@ -0,0 +1,13 @@ +--- gcc/flags.h.orig Sun Jan 31 09:46:18 1999 ++++ gcc/flags.h Tue Mar 30 13:17:11 1999 +@@ -137,6 +137,10 @@ + + extern int warn_aggregate_return; + ++/* Nonzero means that -Wformat accepts certain non-ANSI formats. */ ++ ++extern int flag_format_extensions; ++ + /* Nonzero if generating code to do profiling. */ + + extern int profile_flag; |