diff options
author | Andy Lester <andy@petdance.com> | 2005-07-15 05:51:15 -0500 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-07-15 16:30:05 +0000 |
commit | aec46f14fac1bc74bf8ad4054a6f9674b324f8d2 (patch) | |
tree | a721e80508692d28218dc799de854ad1efec3aa0 /pp_pack.c | |
parent | 73beb80caec743f7a0628a7df6def488c00ea59a (diff) | |
download | perl-aec46f14fac1bc74bf8ad4054a6f9674b324f8d2.tar.gz |
more embed cleanup
Message-ID: <20050715155115.GC29983@petdance.com>
(and run regen.pl)
p4raw-id: //depot/perl@25156
Diffstat (limited to 'pp_pack.c')
-rw-r--r-- | pp_pack.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1116,7 +1116,6 @@ S_next_symbol(pTHX_ tempsym_t* symptr ) version of the string. Users are advised to upgrade their pack string themselves if they need to do a lot of unpacks like this on it */ -/* XXX These can be const */ STATIC bool need_utf8(const char *pat, const char *patend) { |