summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-05-20 19:02:40 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-23 07:27:11 +0000
commit14333449d262b4fad02b614f81937e2c67a05581 (patch)
tree00f50ff25bb16c3c8e6d51d66fa1a9460c38a677 /embed.h
parentc0b17f21fab4979f8ef6bccb58a7d0fe471b35e3 (diff)
downloadperl-14333449d262b4fad02b614f81937e2c67a05581.tar.gz
clean some lint findings
Message-ID: <20060521050240.GA21051@petdance.com> p4raw-id: //depot/perl@28289
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index e6fa05e92e..b2ea2849a6 100644
--- a/embed.h
+++ b/embed.h
@@ -3396,7 +3396,7 @@
#define need_utf8 S_need_utf8
#define first_symbol S_first_symbol
#define sv_exp_grow(a,b) S_sv_exp_grow(aTHX_ a,b)
-#define bytes_to_uni(a,b,c) S_bytes_to_uni(aTHX_ a,b,c)
+#define bytes_to_uni S_bytes_to_uni
#endif
#endif
#if defined(PERL_IN_PP_CTL_C) || defined(PERL_DECL_PROT)