summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2008-10-24 21:38:48 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2008-10-24 21:38:48 +0000
commitbef8a12803580c2fb97a03ebe6e7df3e52cd10bf (patch)
tree4a4e9998c4f636e56fe735950a81331848e72bf2 /embed.fnc
parent4975ecc97f5a7eeb6562945448dc3c62a52309d4 (diff)
downloadperl-bef8a12803580c2fb97a03ebe6e7df3e52cd10bf.tar.gz
Make C++ compilers happy #1: "typename" is a C++ keyword.
p4raw-id: //depot/perl@34574
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index d7a0ddb39c..d9b5f223c3 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1680,7 +1680,7 @@ s |bool |vdie_common |NULLOK const char *message|STRLEN msglen\
sr |char * |write_no_mem
#if defined(PERL_MEM_LOG) && defined(PERL_MEM_LOG_STDERR)
sn |void |mem_log_common |enum mem_log_type mlt|const UV n|const UV typesize \
- |NN const char *typename|NULLOK const SV *sv \
+ |NN const char *type_name|NULLOK const SV *sv \
|Malloc_t oldalloc|Malloc_t newalloc \
|NN const char *filename|const int linenumber \
|NN const char *funcname