Changeset 268 for trunk/thune/eval.c

Show
Ignore:
Timestamp:
09/06/06 22:35:29 (2 years ago)
Author:
krobillard
Message:

Thune - Added UR_CONFIG_DT_CODE

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/eval.c

    r266 r268  
    10431043            break; 
    10441044 
     1045#ifdef UR_CONFIG_DT_CODE 
    10451046        case UT_CODE: 
    10461047            UR_S_PUSH( *val ); 
     
    10481049            ur_language(val)->run( ur_thread, val ); 
    10491050            goto call_return; 
     1051#endif 
    10501052 
    10511053        case UT_SETWORD: