Author: allison
Date: Tue Oct  2 16:20:01 2007
New Revision: 21765

Modified:
   branches/pdd15oo/compilers/pge/PGE/OPTable.pir

Log:
[pdd15oo] Reverting earlier change, undefined attributes again return PMCNULL.


Modified: branches/pdd15oo/compilers/pge/PGE/OPTable.pir
==============================================================================
--- branches/pdd15oo/compilers/pge/PGE/OPTable.pir      (original)
+++ branches/pdd15oo/compilers/pge/PGE/OPTable.pir      Tue Oct  2 16:20:01 2007
@@ -296,8 +296,7 @@
     wspos = pos
     if pos >= lastpos goto oper_not_found
     ##   check for leading whitespace -- it may limit token candidates
-    $I0 = defined ws
-    unless $I0 goto token_next_ws
+    if null ws goto token_next_ws
     mpos = pos
     $P0 = ws(mob)
     unless $P0 goto token_next_1

Reply via email to