diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-10-24 21:20:21 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-10-24 21:20:21 +0000 |
commit | ce582ceece605be1a68752611f28e5b1a8e80455 (patch) | |
tree | 422b44c3eb2a02d29ccc40eed53e892cb22ddc2a /global.sym | |
parent | 78821a22f30aaed98d9c6643adb5ed18f868dbe7 (diff) | |
download | perl-ce582ceece605be1a68752611f28e5b1a8e80455.tar.gz |
Add my_sprintf, which is usually just a macro for sprintf, for those
places where we want to use the return value of sprintf. This allows
a wrapper to be used for platforms where the C library isn't ANSI-
conformant.
p4raw-id: //depot/perl@25832
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index fac84a0fb6..e90127d152 100644 --- a/global.sym +++ b/global.sym @@ -699,4 +699,5 @@ Perl_stashpv_hvname_match Perl_gv_SVadd Perl_ckwarn Perl_ckwarn_d +Perl_my_sprintf # ex: set ro: |