[gforth] / gforth / ds2texi.fs  

gforth: gforth/ds2texi.fs

Diff for /gforth/ds2texi.fs between version 1.1 and 1.2

version 1.1, Mon Oct 24 19:15:55 1994 UTC version 1.2, Thu Nov 17 15:53:09 1994 UTC
Line 7 
Line 7 
 \ The glossary entries are generated from data present in the wordlist  \ The glossary entries are generated from data present in the wordlist
 \ `documentation'. Each word resides there under its own name.  \ `documentation'. Each word resides there under its own name.
   
   script? [IF]
   warnings off
   include search-order.fs
   include struct.fs
   include debugging.fs
   [THEN]
   
 wordlist constant documentation  wordlist constant documentation
   
 struct  struct
Line 92 
Line 99 
         docline swap process-line          docline swap process-line
     repeat      repeat
     drop rdrop ;      drop rdrop ;
   
   script? [IF]
   include prims2x.fs
   s" primitives.b" ' register-doc process-file
   s" gforth.ds" r/o open-file throw ds2texi bye
   [THEN]


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help