summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2010-02-07 19:06:50 -0800
committerJan Dubois <jand@activestate.com>2010-02-07 19:09:52 -0800
commit23fb3b56e6bbdf76d116b861805f197ea6d83428 (patch)
treec9782253ad3925af959f689f15dbfb30f871aa72 /embed.fnc
parentfab55263f31aa58824db74ec3ea813ef835044a6 (diff)
downloadperl-23fb3b56e6bbdf76d116b861805f197ea6d83428.tar.gz
In embed.fnc the 'E' flag should imply 'X', but doesn't.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 134a440c73..7463274fe2 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__)