Show
Ignore:
Timestamp:
08/05/07 00:26:17 (16 months ago)
Author:
krobillard
Message:

Added ++/-- to replace word inc/dec.
Renamed UR_FLAG_EOL as UR_FLAG_SOL.
GL - Added 'sphere draw opcode and 'curve-value call.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/component.c

    r430 r442  
    5252    while( it != end ) 
    5353    { 
    54         if( ur_is(it, UT_WORD) ) 
     54        if( ur_is(it, UT_WORD) || ur_is(it, UT_OPCODE) ) 
    5555        { 
    5656            if( ur_atom(it) == UR_ATOM_DDASH ) 
     
    9191    while( it != end ) 
    9292    { 
    93         if( ur_is(it, UT_WORD) || ur_is(it, UT_SELECT) ) 
     93        if( ur_is(it, UT_WORD) || ur_is(it, UT_OPCODE) || 
     94            ur_is(it, UT_SELECT) ) 
    9495        { 
    9596            atom = ur_atom(it);