comparison src/m/tekxd88.h @ 3700:d76398601a0b

Update GPL references - version 2
author Jim Blandy <jimb@redhat.com>
date Sat, 12 Jun 1993 22:54:27 +0000
parents 6c88b630141b
children b404e1c17125
comparison
equal deleted inserted replaced
3699:7be0f0a02725 3700:d76398601a0b
3 You probably need to use gnu make (version 3.63 or higher.) 3 You probably need to use gnu make (version 3.63 or higher.)
4 Copyright (C) 1993 Free Software Foundation, Inc. 4 Copyright (C) 1993 Free Software Foundation, Inc.
5 5
6 This file is part of GNU Emacs. 6 This file is part of GNU Emacs.
7 7
8 GNU Emacs is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
12
8 GNU Emacs is distributed in the hope that it will be useful, 13 GNU Emacs is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY. No author or distributor 14 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 accepts responsibility to anyone for the consequences of using it 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 or for whether it serves any particular purpose or works at all, 16 GNU General Public License for more details.
12 unless he says so in writing. Refer to the GNU Emacs General Public
13 License for full details.
14 17
15 Everyone is granted permission to copy, modify and redistribute 18 You should have received a copy of the GNU General Public License
16 GNU Emacs, but only under the conditions described in the 19 along with GNU Emacs; see the file COPYING. If not, write to
17 GNU Emacs General Public License. A copy of this license is 20 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
18 supposed to have been given to you along with GNU Emacs so you 21
19 can know your rights and responsibilities. It should be in a
20 file named COPYING. Among other things, the copyright notice
21 and this notice must be preserved on all copies. */
22 22
23 /* The following symbols give information on the size of various data types. */ 23 /* The following symbols give information on the size of various data types. */
24 #define SHORTBITS 16 /* Number of bits in a short */ 24 #define SHORTBITS 16 /* Number of bits in a short */
25 #define INTBITS 32 /* Number of bits in an int */ 25 #define INTBITS 32 /* Number of bits in an int */
26 #define LONGBITS 32 /* Number of bits in a long */ 26 #define LONGBITS 32 /* Number of bits in a long */