diff options
author | Jan Dubois <jand@activestate.com> | 2010-02-07 19:06:50 -0800 |
---|---|---|
committer | Jan Dubois <jand@activestate.com> | 2010-02-07 19:09:52 -0800 |
commit | 23fb3b56e6bbdf76d116b861805f197ea6d83428 (patch) | |
tree | c9782253ad3925af959f689f15dbfb30f871aa72 /embed.fnc | |
parent | fab55263f31aa58824db74ec3ea813ef835044a6 (diff) | |
download | perl-23fb3b56e6bbdf76d116b861805f197ea6d83428.tar.gz |
In embed.fnc the 'E' flag should imply 'X', but doesn't.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ : in embed.h, change "#ifdef PERL_CORE" : into "#if defined(PERL_CORE) || defined(PERL_EXT)" : +: Should always be combined with "X" to be usable from dynamically +: loaded extensions. +: : f Function takes printf style format string, varargs: : : proto.h: add __attribute__format__ (or ...null_ok__) |