diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-01-27 08:27:10 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-01-27 08:27:10 +0000 |
commit | 0563a5d0dbc2057bd72b3c885c6056f7307808d9 (patch) | |
tree | 0e930ae7d2312362459bc43fbf4eeb0964909153 /embed.fnc | |
parent | 97fc4b2276a06ffe98ef1f015aab47ad55250643 (diff) | |
download | perl-0563a5d0dbc2057bd72b3c885c6056f7307808d9.tar.gz |
Functions marked 'b' in embed.fnc MUST be implemented in mathoms.c
This was effectively changed from 'often' to 'must be' by commit
075eb5c9b6.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,9 +28,9 @@ : proto.h: add __attribute__malloc__ : : b Binary backward compatibility; function is a macro -: but has also Perl_ implementation (which is exported); often +: but has also Perl_ implementation (which is exported); must be : implemented in mathoms.c (whose compilation can be suppressed; see -: INSTALL): +: INSTALL) as commit 075eb5c9b6: : : add entry to the list of exported symbols; : don't define PERL_ARGS_ASSERT_FOO |