--- gforth/savesys.fs 1997/05/21 20:39:38 1.1 +++ gforth/savesys.fs 2002/09/14 08:20:20 1.4 @@ -1,6 +1,6 @@ \ image dump 15nov94py -\ Copyright (C) 1995 Free Software Foundation, Inc. +\ Copyright (C) 1995,1997 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -16,7 +16,7 @@ \ You should have received a copy of the GNU General Public License \ along with this program; if not, write to the Free Software -\ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +\ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. : save-string-dict { addr1 u -- addr2 u } here { addr2 } @@ -45,7 +45,7 @@ forthstart begin \ search for start of file ("#! " at a multiple of 8) 8 - - dup 3 s" #! " compare 0= + dup 3 s" #! " str= until ( imagestart ) here over - r@ write-file throw r> close-file throw ;