Changeset 177 for trunk/thune/eval.c

Show
Ignore:
Timestamp:
06/09/06 04:19:52 (3 years ago)
Author:
krobillard
Message:

Thune - opcode_ratio.t improved.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/eval.c

    r176 r177  
    13231323        case UT_GETWORD: 
    13241324            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) ) 
    13251333            { 
    13261334                if( ur_atom(a) == ur_atom(b) )