Author: jhorwitz
Date: Sat Aug 13 09:30:49 2005
New Revision: 200
Modified:
mod_parrot/trunk/lib/Apache/RequestRec.imc
mod_parrot/trunk/lib/pugs/Apache/RequestRec.imc
Log:
change all isnull opcodes (deprecated) to if_null
Modified: mod_parrot/trunk/lib/Apache/RequestRec.imc
==============================================================================
--- mod_parrot/trunk/lib/Apache/RequestRec.imc (original)
+++ mod_parrot/trunk/lib/Apache/RequestRec.imc Sat Aug 13 09:30:49 2005
@@ -83,7 +83,7 @@ class, but is in no way tied to mod_perl
.local pmc r
.local int offset
- isnull new_r, GET_R
+ if_null new_r, GET_R
r = new_r
goto SETUP_R
GET_R:
Modified: mod_parrot/trunk/lib/pugs/Apache/RequestRec.imc
==============================================================================
--- mod_parrot/trunk/lib/pugs/Apache/RequestRec.imc (original)
+++ mod_parrot/trunk/lib/pugs/Apache/RequestRec.imc Sat Aug 13 09:30:49 2005
@@ -29,7 +29,7 @@
.local pmc r
getattribute r, self, 'r'
- isnull type, callmethod
+ if_null type, callmethod
$S0 = type
goto callmethod
noargs:
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.