Changeset 164 for trunk/thune/boot.c

Show
Ignore:
Timestamp:
06/03/06 19:42:11 (3 years ago)
Author:
krobillard
Message:

Thune -

Added ur_setDatatypeBit() and ur_clrDatatypeBit().
Added 'lift-local and _scanControlStack().
'copy now handles context!.
Renamed ur_copy() as ur_clone().
ur_clone() now holds root block when deep copying.
Removed unused context code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/boot.c

    r163 r164  
    3737  "logic! 0 make dup :no :off\n" 
    3838  "char! 10 make :eol\n" 
     39  "tail?: :empty?\n" 
    3940  "[quit] proc :q\n" 
    4041  "[block!  swap make] proc :to-block\n"