projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39d2ab5
)
Protect format and printf with __*__.
author
Jim Meyering
<jim@meyering.net>
Mon, 24 Apr 1995 16:25:29 +0000
(16:25 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 24 Apr 1995 16:25:29 +0000
(16:25 +0000)
lib/error.h
patch
|
blob
|
history
diff --git
a/lib/error.h
b/lib/error.h
index 2042e6afbef44d988cdbf356ad048fec65ce11f6..728c38a9717c7294a79feb23f1fbfe2c8478d1bb 100644
(file)
--- a/
lib/error.h
+++ b/
lib/error.h
@@
-26,7
+26,7
@@
#if __STDC__
void error (int, int, const char *, ...) \
- __attribute__ ((
format (printf
, 3, 4)));
+ __attribute__ ((
__format__ (__printf__
, 3, 4)));
#else
void error ();
#endif