Diff for /gforth/kernel/vars.fs between versions 1.28 and 1.32

version 1.28, 2001/06/16 22:53:38 version 1.32, 2003/01/20 19:17:59
Line 145  has? file [IF] Line 145  has? file [IF]
   
  User loadfile          0 loadfile !   User loadfile          0 loadfile !
   
  User loadfilename#     0 loadfilename# !   2user loadfilename     0 0 loadfilename 2! \ addr u for sourcefilename
   
  User loadline          \ number of the currently interpreted   User loadline          \ number of the currently interpreted
                         \ (in TIB) line if the interpretation                          \ (in TIB) line if the interpretation
Line 192  AUser dpp  normal-dp dpp ! Line 192  AUser dpp  normal-dp dpp !
 AUser LastCFA  AUser LastCFA
 AUser Last  AUser Last
   
 AUser last-compiled \ address of the last compiled xt  AUser last-compiled \ last compile,d xt
                     \ 0 if last xt cannot be combined (basic block boundary)                      \ 0 if last xt was dyn-compiled already (basic-block-end)
 0 last-compiled !  0 last-compiled !
   AUser last-compiled-here \ where LAST-COMPILED should be stored
   
 has? peephole  [IF]  has? peephole  [IF]
 0 value peeptable \ initialized in boot  0 value peeptable \ initialized in boot

Removed from v.1.28  
changed lines
  Added in v.1.32


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>