aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc27/files/patch-flags.h
blob: 83598ef23ed865c4aeb56e4e5feb8087a0a83241 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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.  */