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