From: Jan Dubois Date: Mon, 8 Feb 2010 03:06:50 +0000 (-0800) Subject: In embed.fnc the 'E' flag should imply 'X', but doesn't. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=23fb3b56e6bbdf76d116b861805f197ea6d83428;p=p5sagit%2Fp5-mst-13.2.git In embed.fnc the 'E' flag should imply 'X', but doesn't. --- diff --git a/embed.fnc b/embed.fnc index 134a440..7463274 100644 --- a/embed.fnc +++ b/embed.fnc @@ -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__)