summaryrefslogtreecommitdiff
path: root/perly.c
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2011-11-15 05:42:09 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-03-25 14:08:22 -0700
commit5db1eb8d3ecc607380cd43267d08149b82822fe9 (patch)
tree7e87adca6d09b5757f4c116dba6780f8b26deeba /perly.c
parent70558906b0dcb94c924d98d19c32c8f22f495cde (diff)
downloadperl-5db1eb8d3ecc607380cd43267d08149b82822fe9.tar.gz
Label UTF8 cleanup
This meant changing LABEL's definition in perly.y, so most of this commit is actually from the regened files.
Diffstat (limited to 'perly.c')
-rw-r--r--perly.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/perly.c b/perly.c
index 2bb3d96953..13c729dbba 100644
--- a/perly.c
+++ b/perly.c
@@ -136,11 +136,6 @@ yy_stack_print (pTHX_ const yy_parser *parser)
);
break;
#ifndef PERL_IN_MADLY_C
- case toketype_p_tkval:
- PerlIO_printf(Perl_debug_log, " %8.8s",
- ps->val.pval ? ps->val.pval : "(NULL)");
- break;
-
case toketype_i_tkval:
#endif
case toketype_ival: