projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
349c8ce
)
embed.fnc: Clarify that varargs suppresses embed.h
author
Karl Williamson <public@khwilliamson.com>
Sun, 13 Jan 2013 18:11:20 +0000 (11:11 -0700)
committer
Karl Williamson <public@khwilliamson.com>
Sun, 13 Jan 2013 20:59:00 +0000 (13:59 -0700)
Macro don't have variable numbers of args, hence the entry in embed.h is
suppressed.
embed.fnc
patch
|
blob
|
blame
|
history
diff --git
a/embed.fnc
b/embed.fnc
index
ccfc38a
..
730691a
100644
(file)
--- a/
embed.fnc
+++ b/
embed.fnc
@@
-51,7
+51,8
@@
: Should always be combined with "X" to be usable from dynamically
: loaded extensions.
:
-: f Function takes printf style format string, varargs:
+: f Function takes printf style format string, varargs (hence any entry that
+: would otherwise go in embed.h is suppressed):
:
: proto.h: add __attribute__format__ (or ...null_ok__)
: