diff options
author | Brian Fraser <fraserbn@gmail.com> | 2011-11-15 05:42:09 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-03-25 14:08:22 -0700 |
commit | 5db1eb8d3ecc607380cd43267d08149b82822fe9 (patch) | |
tree | 7e87adca6d09b5757f4c116dba6780f8b26deeba /perly.c | |
parent | 70558906b0dcb94c924d98d19c32c8f22f495cde (diff) | |
download | perl-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.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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: |