[gforth] / gforth / kernel / int.fs  

gforth: gforth/kernel/int.fs

Diff for /gforth/kernel/int.fs between version 1.169 and 1.170

version 1.169, Sat Sep 5 17:38:38 2009 UTC version 1.170, Sat Sep 5 17:51:48 2009 UTC
Line 329 
Line 329 
 : find-name-run-prelude ( c-addr u -- nt | 0 )  : find-name-run-prelude ( c-addr u -- nt | 0 )
     \ Like find-name, but also run the prelude (if present).  This is      \ Like find-name, but also run the prelude (if present).  This is
     \ used in the text interpreter and similar stuff.      \ used in the text interpreter and similar stuff.
     find-name ; \ dup name>prelude execute ;      find-name dup if
           dup name>prelude execute
       then ;
 [THEN]  [THEN]
   
 \ \ header, finding, ticks                              17dec92py  \ \ header, finding, ticks                              17dec92py


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help