Author: fperrad Date: Sat Nov 8 11:33:51 2008 New Revision: 32451 Modified: trunk/languages/parrot_compiler/parrot_compiler.pir
Log: [parrot_compiler] - fix syntax Modified: trunk/languages/parrot_compiler/parrot_compiler.pir ============================================================================== --- trunk/languages/parrot_compiler/parrot_compiler.pir (original) +++ trunk/languages/parrot_compiler/parrot_compiler.pir Sat Nov 8 11:33:51 2008 @@ -20,7 +20,7 @@ # Make a copy of argv, because this can easier be handled in get_options # TODO: eliminate need for copy .local pmc argv_pmc_arr - argv_pmc_arr = new .ResizablePMCArray + argv_pmc_arr = new "ResizablePMCArray" .local int k, argc k = 0 argc = argv
