Changeset 340 for trunk/thune/eval.c

Show
Ignore:
Timestamp:
01/06/07 06:00:47 (2 years ago)
Author:
krobillard
Message:

Rune - ur_eval() no longer grows stack for final result.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/eval.c

    r336 r340  
    757757 
    758758 
     759#ifdef LANG_THUNE 
    759760// (val -- ) 
    760761UR_CALL( uc_showTOS ) 
     
    763764    UR_S_SAFE_DROP; 
    764765} 
     766#endif 
    765767 
    766768 
     
    782784        --it; 
    783785    } 
     786 
     787#ifdef LANG_RUNE 
     788    UR_S_GROW; 
     789#endif 
    784790} 
    785791 
     
    15071513    { uc_to_text,      "to-text" }, 
    15081514    { uc_console_out,  "console.out" }, 
    1509     { uc_showTOS,      "." }, 
    15101515    { uc_showStack,    ".s" }, 
    15111516    { uc_parse,        "parse" }, 
     
    15231528    { uc_thread,       "thread" }, 
    15241529#endif 
     1530    { uc_showTOS,      "." }, 
    15251531    { uc_lift_local,   "lift-local" }, 
    15261532    { uc_enclose,      "enclose" },