Diff for /gforth/ans-report.fs between versions 1.1 and 1.5

version 1.1, 1996/11/11 16:59:15 version 1.5, 2000/09/23 15:05:58
Line 1 Line 1
 \ report words used from the various wordsets  \ report words used from the various wordsets
   
 \ Copyright (C) 1996 Free Software Foundation, Inc.  \ Copyright (C) 1996,1998,1999 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 37 Line 37
 \ This program uses Gforth internals and won't be easy to port  \ This program uses Gforth internals and won't be easy to port
 \ to other systems.  \ to other systems.
   
   \ !! ignore struct-voc stuff (dummy, [then] etc.).
   
 vocabulary ans-report-words ans-report-words definitions  vocabulary ans-report-words ans-report-words definitions
   
 : wordset ( "name" -- )  : wordset ( "name" -- )
Line 86  ans-report-words definitions Line 88  ans-report-words definitions
   
 table constant answords answords set-current  table constant answords answords set-current
 warnings @ warnings off  warnings @ warnings off
 include answords.fs  include ./answords.fs
 warnings !  warnings !
 ans-report-words definitions  ans-report-words definitions
   

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


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