[gforth] / gforth / kernel / main.fs  

gforth: gforth/kernel/main.fs

Diff for /gforth/kernel/main.fs between version 1.25 and 1.26

version 1.25, Sun Sep 16 19:14:23 2001 UTC version 1.26, Tue Mar 19 18:02:23 2002 UTC
Line 67 
Line 67 
     0 ,                 \ return stack base      0 ,                 \ return stack base
     0 ,                 \ locals stack base      0 ,                 \ locals stack base
 AConstant image-header  AConstant image-header
 : forthstart image-header @ ;  
 [THEN]  [THEN]
   
 doc-off  doc-off
Line 81 
Line 80 
 [THEN]  [THEN]
 doc-on  doc-on
   
   has? header [IF]
   : forthstart image-header @ ;
   [THEN]
   
 \ 0 AConstant forthstart  \ 0 AConstant forthstart
   
 \ include ./vars.fs                  \ variables and other stuff  \ include ./vars.fs                  \ variables and other stuff
 \ include kernel/version.fs          \ is in $(build)/kernel  \ include kernel/version.fs          \ is in $(build)/kernel
 include ./kernel.fs                  \ kernel  include ./kernel.fs                  \ kernel
   udp .s drop
 \ include ./errore.fs  \ include ./errore.fs
 include ./doers.fs  include ./doers.fs
 has? file [IF]  has? file [IF]


Generate output suitable for use with a patch program
Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help