[svn:parrot] r39546 - branches/pmc_pct/compilers/pmcc/src/parser

bacek at svn.parrot.org bacek at svn.parrot.org
Sun Jun 14 09:09:03 UTC 2009


Author: bacek
Date: Sun Jun 14 09:08:58 2009
New Revision: 39546
URL: https://trac.parrot.org/parrot/changeset/39546

Log:
Remove debug "say"

Modified:
   branches/pmc_pct/compilers/pmcc/src/parser/actions.pm

Modified: branches/pmc_pct/compilers/pmcc/src/parser/actions.pm
==============================================================================
--- branches/pmc_pct/compilers/pmcc/src/parser/actions.pm	Sun Jun 14 07:28:28 2009	(r39545)
+++ branches/pmc_pct/compilers/pmcc/src/parser/actions.pm	Sun Jun 14 09:08:58 2009	(r39546)
@@ -166,7 +166,6 @@
         my $type := cleanup_type($_<returns>);
         my $name := $_<name>;
 
-        say($type);
         @long_sig.push(~$type);
 
         my $sig_char;
@@ -204,7 +203,6 @@
         $I0 = find_not_cclass .CCLASS_ALPHABETIC, $S0, 0, $I1
 
         $S0 = substr $S0, 0, $I0
-        say $S0
         $P0 = new 'String'
         $P0 = $S0
         %r = $P0


More information about the parrot-commits mailing list