Diff for /gforth/source.fs between versions 1.5 and 1.7

version 1.5, 1997/05/21 20:39:40 version 1.7, 1998/12/08 22:02:51
Line 1 Line 1
 \ source location handling  \ source location handling
   
 \ Copyright (C) 1995 Free Software Foundation, Inc.  \ Copyright (C) 1995,1997 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 26 Line 26
 require struct.fs  require struct.fs
   
 struct  struct
     1 cells: field sourcepos-name#      cell% field sourcepos-name#
     1 cells: field sourcepos-line#      cell% field sourcepos-line#
 end-struct sourcepos  end-struct sourcepos
           
 : sourcepos, ( -- )  : sourcepos, ( -- )

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


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