aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-02-16 21:17:02 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-02-16 21:17:02 +0200
commit478829a0f22753b6aa6e8a2227167370a5cf5a37 (patch)
treec12044c1f5e541c6290c88292f1194cd199f6098 /awk.h
parentdb17aa722cd00f3cf5b7660c3badd3b4b29a648c (diff)
downloadegawk-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/awk.h b/awk.h
index 919d7b03..726131e6 100644
--- a/awk.h
+++ b/awk.h
@@ -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