[svn:parrot] r45859 - trunk/compilers/pge/PGE

fperrad at svn.parrot.org fperrad at svn.parrot.org
Wed Apr 21 13:59:02 UTC 2010


Author: fperrad
Date: Wed Apr 21 13:59:01 2010
New Revision: 45859
URL: https://trac.parrot.org/parrot/changeset/45859

Log:
[PGE] add a :nsentry (needed by Lua regex)

Modified:
   trunk/compilers/pge/PGE/Exp.pir

Modified: trunk/compilers/pge/PGE/Exp.pir
==============================================================================
--- trunk/compilers/pge/PGE/Exp.pir	Wed Apr 21 12:23:21 2010	(r45858)
+++ trunk/compilers/pge/PGE/Exp.pir	Wed Apr 21 13:59:01 2010	(r45859)
@@ -718,7 +718,7 @@
 
 .namespace [ 'PGE';'Exp';'CGroup' ]
 
-.sub 'pir' :method
+.sub 'pir' :method :nsentry
     .param pmc code
     .param string label
     .param string next


More information about the parrot-commits mailing list