--- gforth/savesys.fs 2010/12/27 13:16:47 1.12 +++ gforth/savesys.fs 2010/12/30 21:46:14 1.13 @@ -60,6 +60,4 @@ r> close-file throw ; : savesystem ( "name" -- ) \ gforth - ofile 256 chars erase - tfile 256 chars erase name dump-fi ;