Module Name: src
Committed By: joerg
Date: Mon Jan 5 01:36:36 UTC 2015
Modified Files:
src/external/bsd/byacc/include: config.h
Log Message:
Map GCC_PRINTFLIKE to our __printflike.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/byacc/include/config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/byacc/include/config.h
diff -u src/external/bsd/byacc/include/config.h:1.4 src/external/bsd/byacc/include/config.h:1.5
--- src/external/bsd/byacc/include/config.h:1.4 Sun Jan 4 01:34:20 2015
+++ src/external/bsd/byacc/include/config.h Mon Jan 5 01:36:36 2015
@@ -8,7 +8,7 @@
/* #undef GCC_PRINTF */
/* Define to printf-attribute for gcc */
-/* #undef GCC_PRINTFLIKE */
+#define GCC_PRINTFLIKE(a,b) __printflike(a,b)
/* Define to 1 if the compiler supports gcc-like scanf attribute. */
/* #undef GCC_SCANF */