From: Rafael Garcia-Suarez Date: Thu, 6 Dec 2007 14:29:37 +0000 (+0000) Subject: Revert change 32171 per Jarkko's request X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ed04b6f2f81e36bc2406f4f392eccdfd818a9cc9;p=p5sagit%2Fp5-mst-13.2.git Revert change 32171 per Jarkko's request p4raw-id: //depot/perl@32588 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 2275a55..c423736 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 if you feel like -making C more useful on Win32. - =head2 strcat(), strcpy(), strncat(), strncpy(), sprintf(), vsprintf() Maybe create a utility that checks after each libperl.a creation that