1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/lang/gcc27/files/patch-flags.h

14 lines
356 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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