blob: b86da95cfa900b617bfa710486c39482025fba0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- gcc/flags.h.orig Sat Feb 27 10:33:03 1999
+++ gcc/flags.h Tue Mar 30 03:36:49 1999
@@ -449,6 +449,9 @@
/* Do the full regmove optimization pass. */
extern int flag_regmove;
+
+/* Nonzero means that -Wformat accepts certain non-ANSI formats. */
+extern int flag_format_extensions;
/* Other basic status info about current function. */
|