diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-06 14:29:37 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-06 14:29:37 +0000 |
commit | ed04b6f2f81e36bc2406f4f392eccdfd818a9cc9 (patch) | |
tree | f6db4dba22efbe61da3ac584142b180a370796a7 | |
parent | ecae030fcfcdbbdfbc6f18beb3ab7e4feaf5d4c6 (diff) | |
download | perl-ed04b6f2f81e36bc2406f4f392eccdfd818a9cc9.tar.gz |
Revert change 32171 per Jarkko's request
p4raw-id: //depot/perl@32588
-rw-r--r-- | pod/perltodo.pod | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 2275a5560a..c423736d81 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -468,13 +468,6 @@ warnings are also currently suppressed by adding -D_CRT_NONSTDC_NO_DEPRECATE. It might be nice to do as Microsoft suggest here too, although, unlike the secure functions issue, there is presumably little or no benefit in this case. -=head2 __FUNCTION__ for MSVC-pre-7.0 - -Jarkko notes that one can things morally equivalent to C<__FUNCTION__> -(or C<__func__>) even in MSVC-pre-7.0, contrary to popular belief. -See L<http://www.codeproject.com/debug/extendedtrace.asp> if you feel like -making C<PERL_MEM_LOG> more useful on Win32. - =head2 strcat(), strcpy(), strncat(), strncpy(), sprintf(), vsprintf() Maybe create a utility that checks after each libperl.a creation that |