[svn:parrot] r37858 - branches/p6strings/compilers/pge/PGE
pmichaud at svn.parrot.org
pmichaud at svn.parrot.org
Wed Apr 1 21:40:04 UTC 2009
Author: pmichaud
Date: Wed Apr 1 21:40:03 2009
New Revision: 37858
URL: https://trac.parrot.org/parrot/changeset/37858
Log:
[pge]: Remove extraneous debugging 'say' from p6escapes.
Modified:
branches/p6strings/compilers/pge/PGE/Perl6Regex.pir
Modified: branches/p6strings/compilers/pge/PGE/Perl6Regex.pir
==============================================================================
--- branches/p6strings/compilers/pge/PGE/Perl6Regex.pir Wed Apr 1 21:06:15 2009 (r37857)
+++ branches/p6strings/compilers/pge/PGE/Perl6Regex.pir Wed Apr 1 21:40:03 2009 (r37858)
@@ -217,7 +217,6 @@
have_namepos:
$I0 = namepos - pos
$S0 = substr target, pos, $I0
- say $S0
$P0 = new 'CodeString'
decnum = $P0.'charname_to_ord'($S0)
if decnum < 0 goto err_unicode_name
More information about the parrot-commits
mailing list