diff options
author | Ton Hospel <perl5-porters@ton.iguana.be> | 2005-03-06 18:29:38 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-08 17:53:50 +0000 |
commit | f337b084e4f053c4222a0b9a773a9e12c0232e6d (patch) | |
tree | 1292203ca74046d2df21ce05bb8f8289ea14bc8d /embed.h | |
parent | c478aefb95db58c5f937ab7c70bba552d23df9b2 (diff) | |
download | perl-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.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |