[gforth] / gforth / exboot.fs  

gforth: gforth/exboot.fs


1 : jwilke 1.5 \ ( n -- ) include except.fs and restart Gforth, ignoring the
2 : anton 1.1 \ first n arguments. Gforth is restarted to create an exception frame
3 :     \ for the exception handler.
4 :    
5 : anton 1.7 \ Copyright (C) 2000,2001,2003 Free Software Foundation, Inc.
6 : anton 1.1
7 :     \ This file is part of Gforth.
8 :    
9 :     \ Gforth is free software; you can redistribute it and/or
10 :     \ modify it under the terms of the GNU General Public License
11 :     \ as published by the Free Software Foundation; either version 2
12 :     \ of the License, or (at your option) any later version.
13 :    
14 :     \ This program is distributed in the hope that it will be useful,
15 :     \ but WITHOUT ANY WARRANTY; without even the implied warranty of
16 :     \ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 :     \ GNU General Public License for more details.
18 :    
19 :     \ You should have received a copy of the GNU General Public License
20 :     \ along with this program; if not, write to the Free Software
21 : anton 1.4 \ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
22 : anton 1.1
23 : pazsan 1.2 require except.fs
24 : anton 1.1
25 : anton 1.3 \ the following line would be necessary to get exceptions.fs and
26 :     \ exboot.fs into the included-files. We would then have to ensure
27 :     \ that image-included-files is reset to the previous state after
28 :     \ booting (by doing "-2 image-included-files +!"), in order to treat
29 :     \ the names correctly on SAVESYSTEM.
30 :    
31 :     \ included-files 2@ image-included-files 2!
32 :    
33 :     \ now boot
34 : anton 1.1 pathstring 2@ rot argv @ over cells + argc @ rot - boot

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help