[svn:parrot] r36029 - trunk/lib/Parrot/Pmc2c

[email protected] Mon, 26 Jan 2009 06:10:41 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: cotto
Date: Mon Jan 26 06:10:38 2009
New Revision: 36029

Modified:
   trunk/lib/Parrot/Pmc2c/Parser.pm

Log:
[pmc2c] simplify the previous commit (Coke++ for pointing out the obvious)


Modified: trunk/lib/Parrot/Pmc2c/Parser.pm
==============================================================================
--- trunk/lib/Parrot/Pmc2c/Parser.pm	(original)
+++ trunk/lib/Parrot/Pmc2c/Parser.pm	Mon Jan 26 06:10:38 2009
@@ -124,7 +124,7 @@
 
         # type
         \s+
-        (   (?:U)?INTVAL
+        (   U?INTVAL
           | FLOATVAL
           | STRING\s+\*
           | PMC\s+\*