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

[email protected] Mon, 26 Jan 2009 05:57:07 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: cotto
Date: Mon Jan 26 05:57:06 2009
New Revision: 36028

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

Log:
[pmc2c] allow UINTVAL ATTRs


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