Diff for /gforth/ds2texi.fs between versions 1.32 and 1.34

version 1.32, 2007/12/31 19:02:24 version 1.34, 2008/07/15 16:11:49
Line 1 Line 1
 \ documentation source to texi format converter  \ documentation source to texi format converter
   
 \ Copyright (C) 1995,1996,1997,1998,1999,2003,2005,2007 Free Software Foundation, Inc.  \ Copyright (C) 1995,1996,1997,1998,1999,2003,2005,2007,2008 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 26 Line 26
   
 script? [IF]  script? [IF]
     warnings off      warnings off
     require search.fs  
     require extend.fs  
     require glocals.fs  
     require float.fs  
     require struct.fs  
     require debugs.fs  
 [THEN]  [THEN]
   
 wordlist constant documentation  wordlist constant documentation

Removed from v.1.32  
changed lines
  Added in v.1.34


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