1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/lang/pgcc/files/patch-fb

13 lines
351 B
Plaintext
Raw Normal View History

--- 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. */