diff options
author | Karl Williamson <khw@cpan.org> | 2020-07-22 05:48:53 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-12-20 09:28:07 -0700 |
commit | 1fc4b13275c3552852886d217b36d72d8c9e8123 (patch) | |
tree | d973ea7990c2a895df909bbf7b41c64afd23303d /embed.fnc | |
parent | 90df162eb2d430fdcd7cee9d6269ed70c4224c90 (diff) | |
download | perl-1fc4b13275c3552852886d217b36d72d8c9e8123.tar.gz |
embed.fnc: Mark cxinc as Core only
The macro CXINC is what one is supposed to use for this functionality.
(though it is currently undocumented)
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -745,7 +745,7 @@ pPR |const char* |get_no_modify pPR |U32* |get_opargs ApPR |PPADDR_t*|get_ppaddr : Used by CXINC, which appears to be in widespread use -ApR |I32 |cxinc +CpR |I32 |cxinc Afp |void |deb |NN const char* pat|... Ap |void |vdeb |NN const char* pat|NULLOK va_list* args Ap |void |debprofdump |