[svn:parrot] r35832 - trunk/compilers/nqp/src

[email protected] Tue, 20 Jan 2009 10:52:17 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: pmichaud
Date: Tue Jan 20 10:52:17 2009
New Revision: 35832

Modified:
   trunk/compilers/nqp/src/Grammar.pg

Log:
[nqp]:  Convert n_neg -> neg (RT #58410).


Modified: trunk/compilers/nqp/src/Grammar.pg
==============================================================================
--- trunk/compilers/nqp/src/Grammar.pg	(original)
+++ trunk/compilers/nqp/src/Grammar.pg	Tue Jan 20 10:52:17 2009
@@ -391,7 +391,7 @@
     is pirop('set S*')
     { ... }
 proto prefix:<-> is equiv(prefix:<+>)
-    is pirop('n_neg')
+    is pirop('neg')
     { ... }
 proto prefix:<!> is equiv(prefix:<+>)
     is pirop('isfalse')