Author: bernhard Date: Thu Jan 22 05:12:26 2009 New Revision: 35887 Modified: trunk/languages/pipp/pipp.pir
Log: [Pipp] remove debug output Modified: trunk/languages/pipp/pipp.pir ============================================================================== --- trunk/languages/pipp/pipp.pir (original) +++ trunk/languages/pipp/pipp.pir Thu Jan 22 05:12:26 2009 @@ -166,14 +166,14 @@ .local pmc args args = new 'ResizableStringArray' push args, prog - push args, rest + push args, php_source_fn - $P0 = get_root_global ['parrot'], '_dumper' - $P0( args ) + # $P0 = get_root_global ['parrot'], '_dumper' + # $P0( args ) .tailcall pipp_compiler.'command_line'( args, 'target' => target, 'output' => output ) RUN_NQP: - .tailcall run_nqp( source_fn, target ) + .tailcall run_nqp( php_source_fn, target ) ERROR: printerr err_msg