Diff for /gforth/savesys.fs between versions 1.16 and 1.18

version 1.16, 2011/12/31 15:29:25 version 1.18, 2012/12/31 15:25:18
Line 1 Line 1
 \ image dump                                           15nov94py  \ image dump                                           15nov94py
   
 \ Copyright (C) 1995,1997,2003,2006,2007,2010,2011 Free Software Foundation, Inc.  \ Copyright (C) 1995,1997,2003,2006,2007,2010,2011,2012 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 40 Line 40
     LOOP      LOOP
     maxalign ;      maxalign ;
   
   : update-maintask ( -- )
       throw-entry main-task udp @ throw-entry next-task - /string move ;
   
 : dump-fi ( addr u -- )  : dump-fi ( addr u -- )
     w/o bin create-file throw >r      w/o bin create-file throw >r
     update-image-included-files      update-image-included-files
     update-image-order      update-image-order
       update-maintask
     here forthstart - forthstart 2 cells + !      here forthstart - forthstart 2 cells + !
     forthstart      forthstart
     begin \ search for start of file ("#! " at a multiple of 8)      begin \ search for start of file ("#! " at a multiple of 8)

Removed from v.1.16  
changed lines
  Added in v.1.18


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