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

version 1.1, 1994/10/24 19:15:55 version 1.2, 1994/11/17 15:53:09
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  create docline doclinelength chars allot Line 99  create docline doclinelength chars allot
         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]

Removed from v.1.1  
changed lines
  Added in v.1.2


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