Changeset 442 for branches/thune/thread_safe/component.c
- Timestamp:
- 08/05/07 00:26:17 (16 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/component.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/component.c
r430 r442 52 52 while( it != end ) 53 53 { 54 if( ur_is(it, UT_WORD) )54 if( ur_is(it, UT_WORD) || ur_is(it, UT_OPCODE) ) 55 55 { 56 56 if( ur_atom(it) == UR_ATOM_DDASH ) … … 91 91 while( it != end ) 92 92 { 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) ) 94 95 { 95 96 atom = ur_atom(it);
