Changeset 7289 for src/pge

Show
Ignore:
Timestamp:
10/04/05 23:32:00 (3 years ago)
Author:
autrijus
Message:

* chases Parrot-side changes of s/isnull/if_null/g

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/pge/run_pge.pir

    r7255 r7289  
    255255  subpats: 
    256256    capt = getattribute self, PGE_SUB_POS 
    257     isnull capt, subrules 
     257    if_null capt, subrules 
    258258    spi = 0 
    259259    spc = elements capt 
     
    277277    out .= "] [" 
    278278    capt = getattribute self, PGE_SUB_NAMED 
    279     isnull capt, end 
     279    if_null capt, end 
    280280    iter = new Iterator, capt 
    281281    iter = 0