diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-16 21:17:02 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-16 21:17:02 +0200 |
commit | 478829a0f22753b6aa6e8a2227167370a5cf5a37 (patch) | |
tree | c12044c1f5e541c6290c88292f1194cd199f6098 /awk.h | |
parent | db17aa722cd00f3cf5b7660c3badd3b4b29a648c (diff) | |
download | egawk-478829a0f22753b6aa6e8a2227167370a5cf5a37.tar.gz egawk-478829a0f22753b6aa6e8a2227167370a5cf5a37.tar.bz2 egawk-478829a0f22753b6aa6e8a2227167370a5cf5a37.zip |
Fix line numbers in lint warnings.
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -229,6 +229,7 @@ extern double gawk_strtod(); #ifndef ATTRIBUTE_PRINTF #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) #define ATTRIBUTE_PRINTF_1 ATTRIBUTE_PRINTF(1, 2) +#define ATTRIBUTE_PRINTF_2 ATTRIBUTE_PRINTF(2, 3) #endif /* ATTRIBUTE_PRINTF */ /* We use __extension__ in some places to suppress -pedantic warnings |