chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
@@@ tvec doc wip
[mLib]
/
struct
/
dstr.h
diff --git
a/struct/dstr.h
b/struct/dstr.h
index fedc48c70219759844f50ec34fa538d756181a0f..93c60e2d0ece96247daa0d9362c64a29ade2c950 100644
(file)
--- a/
struct/dstr.h
+++ b/
struct/dstr.h
@@
-232,8
+232,7
@@
extern int dstr_vputf(dstr */*d*/, const char */*p*/, va_list */*ap*/);
* itself is malicious.
*/
-extern int PRINTF_LIKE(2, 3)
- dstr_putf(dstr */*d*/, const char */*p*/, ...);
+extern PRINTF_LIKE(2, 3) int dstr_putf(dstr */*d*/, const char */*p*/, ...);
/* --- @dstr_putd@ --- *
*