diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-10-22 14:52:53 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-10-22 14:52:53 +0000 |
commit | 6b632b43d96dfd9dcd6e2f49660098045e8d0b98 (patch) | |
tree | 4efe8938b0f992163066ea313bddcce045c8ad62 /pod/perltodo.pod | |
parent | f64b4994f9f999ca75917a20a715de24dfcb1237 (diff) | |
download | perl-6b632b43d96dfd9dcd6e2f49660098045e8d0b98.tar.gz |
Note Jarkko's URL about MSVC and __FUNCTION__-a-like.
p4raw-id: //depot/perl@32171
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 560f9e50e8..329ae57117 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -428,6 +428,13 @@ 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. + =head1 Tasks that need a knowledge of XS These tasks would need C knowledge, and roughly the level of knowledge of |