[svn:parrot] r36116 - trunk/languages/pipp

[email protected] Wed, 28 Jan 2009 12:25:44 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: bernhard
Date: Wed Jan 28 12:25:44 2009
New Revision: 36116

Modified:
   trunk/languages/pipp/pipp.pir

Log:
[Pipp] Adapt to changes in command line options of phc, TT #235


Modified: trunk/languages/pipp/pipp.pir
==============================================================================
--- trunk/languages/pipp/pipp.pir	(original)
+++ trunk/languages/pipp/pipp.pir	Wed Jan 28 12:25:44 2009
@@ -214,7 +214,7 @@
 
     # work with the XML generated by PHC, the PHP Compiler
     err_msg = 'Creating XML-AST with phc failed'
-    cmd = 'phc --dump-ast-xml '
+    cmd = 'phc --dump-ast-xml=ast '
     concat cmd, source_fn
     concat cmd, '> pipp_phc_ast.xml'
     ret = spawnw cmd