Changeset 483 for trunk/thune/thune.c

Show
Ignore:
Timestamp:
10/05/07 04:54:10 (14 months ago)
Author:
krobillard
Message:

select! evaluation now pushes all values other than function! & call!.
Added ur_decompress().
Now using GLV from the Outguard repository.
gl/project.r now builds thuneGL library.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/thune.c

    r468 r483  
    963963            } 
    964964            val = sval; 
    965             if( ur_is(sval, UT_SELECT) || ur_is(sval, UT_PAREN) ) 
    966                 goto push_val; 
    967         } 
    968             goto do_val; 
     965            if( ur_is(sval, UT_FUNCTION) || ur_is(sval, UT_CALL) ) 
     966                goto do_val; 
     967        } 
     968            goto push_val; 
    969969 
    970970        case UT_SETSELECT: