diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-01-13 11:11:20 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-01-13 13:59:00 -0700 |
commit | fb44ace08c5d745b17d37964a7d760893f3ad836 (patch) | |
tree | 1ab47cbb103458cffa7eb25e15684ac9925e4988 /embed.fnc | |
parent | 349c8cee6c078a03e5d96f45547833fcfe03b866 (diff) | |
download | perl-fb44ace08c5d745b17d37964a7d760893f3ad836.tar.gz |
embed.fnc: Clarify that varargs suppresses embed.h
Macro don't have variable numbers of args, hence the entry in embed.h is
suppressed.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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__) : |