Annotation of gforth/ToDo-native, revision 1.3

1.1       anton       1: end of acondbranch needs checking (double INST_TAIL? No LABEL2 before NEXT_P2?)
                      2: TRY does not produce a correct recovery address for THROW.
                      3: lib.fs does some funny things to the return address (certainly does
                      4:   not work with gforth-native).
                      5: The >EXEC trick (users: >STDERR) might work, but I am not sure.
1.2       anton       6: 
                      7: -----
1.3     ! anton       8: Copyright (C) 1995,1996,1997,1998,2000,2003 Free Software Foundation, Inc.
1.2       anton       9: 
                     10: This file is part of Gforth.
                     11: 
                     12: Gforth is free software; you can redistribute it and/or
                     13: modify it under the terms of the GNU General Public License
                     14: as published by the Free Software Foundation; either version 2
                     15: of the License, or (at your option) any later version.
                     16: 
                     17: This program is distributed in the hope that it will be useful,
                     18: but WITHOUT ANY WARRANTY; without even the implied warranty of
                     19: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.#See the
                     20: GNU General Public License for more details.
                     21: 
                     22: You should have received a copy of the GNU General Public License
                     23: along with this program; if not, write to the Free Software
                     24: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.

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