Changeset 466

Show
Ignore:
Timestamp:
08/29/07 21:42:56 (15 months ago)
Author:
krobillard
Message:

select! evaluation no longer evaluates a paren! target.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/thune.c

    r460 r466  
    963963            } 
    964964            val = sval; 
    965             if( ur_is(sval, UT_SELECT) ) 
     965            if( ur_is(sval, UT_SELECT) || ur_is(sval, UT_PAREN) ) 
    966966                goto push_val; 
    967967        }