diff options
author | Steve Hay <SteveHay@planit.com> | 2005-07-12 08:17:47 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-07-12 08:17:47 +0000 |
commit | 9f653bb54868b8547466924d4ce483acb8987efb (patch) | |
tree | c335772e50d2eb91b883f81f1636d76603814bb2 /handy.h | |
parent | c5008215525f2f0a2a10a4c6a997f4cccfb6d09b (diff) | |
download | perl-9f653bb54868b8547466924d4ce483acb8987efb.tar.gz |
Change New*() to Newx*() in various comments and documentation
p4raw-id: //depot/perl@25116
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -639,7 +639,7 @@ hopefully catches attempts to access uninitialized memory. #ifdef PERL_MEM_LOG /* - * If PERL_MEM_LOG is defined, all New()s, Renew()s, and Safefree()s + * If PERL_MEM_LOG is defined, all Newx()s, Renew()s, and Safefree()s * go through functions, which are handy for debugging breakpoints, but * which more importantly get the immediate calling environment (file and * line number) passed in. This can then be used for logging the calls, |