Diff for /gforth/engine/longlong.h between versions 1.4 and 1.5

version 1.4, 2007/12/31 17:34:59 version 1.5, 2007/12/31 18:40:25
Line 2 Line 2
 /* longlong.h -- definitions for mixed size 32/64 bit arithmetic.  /* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
    Copyright (C) 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004, 2005,2006,2007 Free Software Foundation, Inc.     Copyright (C) 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004, 2005,2006,2007 Free Software Foundation, Inc.
   
    This definition file is free software; you can redistribute it     This definition file is free software: you can redistribute it and/or
    and/or modify it under the terms of the GNU General Public     modify it under the terms of the GNU General Public License
    License as published by the Free Software Foundation; either     as published by the Free Software Foundation, either version 3
    version 2, or (at your option) any later version.     of the License, or (at your option) any later version.
      
    This definition file is distributed in the hope that it will be     This definition file is distributed in the hope that it will be
    useful, but WITHOUT ANY WARRANTY; without even the implied     useful, but WITHOUT ANY WARRANTY; without even the implied warranty
    warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.     of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    See the GNU General Public License for more details.     General Public License for more details.
      
    You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software     along with this program. If not, see http://www.gnu.org/licenses/.
    Foundation, Inc., 51 Franklin Street, Fifth Floor,  */
    Boston, MA 02110-1301, USA.  */  
   
 /* You have to define the following before including this file:  /* You have to define the following before including this file:
   

Removed from v.1.4  
changed lines
  Added in v.1.5


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