[svn:parrot] r38315 - branches/pmc_pct/compilers/pmc/src/parser

bacek at svn.parrot.org bacek at svn.parrot.org
Fri Apr 24 14:56:58 UTC 2009


Author: bacek
Date: Fri Apr 24 14:56:57 2009
New Revision: 38315
URL: https://trac.parrot.org/parrot/changeset/38315

Log:
Allows pointer-to-pointer in c_type.

Modified:
   branches/pmc_pct/compilers/pmc/src/parser/grammar.pg

Modified: branches/pmc_pct/compilers/pmc/src/parser/grammar.pg
==============================================================================
--- branches/pmc_pct/compilers/pmc/src/parser/grammar.pg	Fri Apr 24 14:48:55 2009	(r38314)
+++ branches/pmc_pct/compilers/pmc/src/parser/grammar.pg	Fri Apr 24 14:56:57 2009	(r38315)
@@ -102,7 +102,7 @@
         | 'unsigned' <identifier>
         | <identifier>
     ]
-    '*'?
+    '*'*
     {*}
 }
 


More information about the parrot-commits mailing list