Diff for /gforth/engine/strtoul.c between versions 1.2 and 1.3

version 1.2, 2000/09/23 15:47:08 version 1.3, 2007/12/31 19:57:34
Line 2 Line 2
 This file is part of the GNU C Library.  This file is part of the GNU C Library.
   
 The GNU C Library is free software; you can redistribute it and/or  The GNU C Library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Library General Public License as  modify it under the terms of the GNU Lesser General Public License as
 published by the Free Software Foundation; either version 2 of the  published by the Free Software Foundation; either version 3 of the
 License, or (at your option) any later version.  License, or (at your option) any later version.
   
 The GNU C Library is distributed in the hope that it will be useful,  The GNU C Library is distributed in the hope that it will be useful,
Line 11  but WITHOUT ANY WARRANTY; without even t Line 11  but WITHOUT ANY WARRANTY; without even t
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Library General Public License for more details.  Library General Public License for more details.
   
 You should have received a copy of the GNU Library General Public  You should have received a copy of the GNU Lesser General Public
 License along with the GNU C Library; see the file COPYING.LIB.  If  License along with the GNU C Library; see the file COPYING.LIB.  If
 not, write to the Free Software Foundation, Inc.,   not, write to the Free Software Foundation, Inc., 
 59 Temple Place, Suite 330, Boston, MA 02111, USA.  */  59 Temple Place, Suite 330, Boston, MA 02111, USA.  */

Removed from v.1.2  
changed lines
  Added in v.1.3


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