[gforth] / gforth / kernel / comp.fs  

gforth: gforth/kernel/comp.fs

Diff for /gforth/kernel/comp.fs between version 1.6 and 1.7

version 1.6, Tue Dec 8 22:03:08 1998 UTC version 1.7, Sat Jan 2 14:03:36 1999 UTC
Line 382 
Line 382 
   
 defer ;-hook ( sys2 -- sys1 )  defer ;-hook ( sys2 -- sys1 )
   
 : : ( "name" -- colon-sys ) \ core      colon  : (:noname) ( -- colon-sys )
     Header docol: cfa, defstart ] :-hook ;      \ common factor of : and :noname
       docol: cfa, defstart ] :-hook ;
   
 : ; ( compilation colon-sys -- ; run-time nest-sys ) \ core     semicolon  : : ( "name" -- colon-sys ) \ core      colon
     ;-hook ?struc postpone exit reveal postpone [ ; immediate restrict      Header (:noname) ;
   
 : :noname ( -- xt colon-sys ) \ core-ext        colon-no-name  : :noname ( -- xt colon-sys ) \ core-ext        colon-no-name
     0 last !      0 last !
     cfalign here docol: cfa, 0 ] :-hook ;      cfalign here (:noname) ;
   
   : ; ( compilation colon-sys -- ; run-time nest-sys ) \ core     semicolon
       ;-hook ?struc postpone exit reveal postpone [ ; immediate restrict
   
 \ \ Search list handling: reveal words, recursive               23feb93py  \ \ Search list handling: reveal words, recursive               23feb93py
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help