summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorTon Hospel <perl5-porters@ton.iguana.be>2005-03-06 18:29:38 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-08 17:53:50 +0000
commitf337b084e4f053c4222a0b9a773a9e12c0232e6d (patch)
tree1292203ca74046d2df21ce05bb8f8289ea14bc8d /embed.h
parentc478aefb95db58c5f937ab7c70bba552d23df9b2 (diff)
downloadperl-f337b084e4f053c4222a0b9a773a9e12c0232e6d.tar.gz
Encoding neutral unpack
Message-Id: <d0fi6i$k06$1@post.home.lunix> p4raw-id: //depot/perl@24010
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/embed.h b/embed.h
index d5c5e4018a..00ae7a710b 100644
--- a/embed.h
+++ b/embed.h
@@ -1469,9 +1469,6 @@
#define next_symbol S_next_symbol
#endif
#ifdef PERL_CORE
-#define doencodes S_doencodes
-#endif
-#ifdef PERL_CORE
#define is_an_int S_is_an_int
#endif
#ifdef PERL_CORE
@@ -4069,9 +4066,6 @@
#define next_symbol(a) S_next_symbol(aTHX_ a)
#endif
#ifdef PERL_CORE
-#define doencodes(a,b,c) S_doencodes(aTHX_ a,b,c)
-#endif
-#ifdef PERL_CORE
#define is_an_int(a,b) S_is_an_int(aTHX_ a,b)
#endif
#ifdef PERL_CORE