Changeset 177 for trunk/thune/eval.c
- Timestamp:
- 06/09/06 04:19:52 (3 years ago)
- Files:
-
- 1 modified
-
trunk/thune/eval.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/eval.c
r176 r177 1323 1323 case UT_GETWORD: 1324 1324 if( ur_isAWord(b) ) 1325 { 1326 if( ur_atom(a) == ur_atom(b) ) 1327 return 1; 1328 } 1329 break; 1330 1331 case UT_OPCODE: 1332 if( ur_is(b, UT_OPCODE) ) 1325 1333 { 1326 1334 if( ur_atom(a) == ur_atom(b) )
