ansidecl.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) ansidecl.h (1a59d1b8e05ea6ab45f7e18897de1ef0e6bc3da6)
1/* SPDX-License-Identifier: GPL-2.0-or-later */
1/* ANSI and traditional C compatibility macros
2 Copyright 1991, 1992 Free Software Foundation, Inc.
3 This file is part of the GNU C Library.
4
2/* ANSI and traditional C compatibility macros
3 Copyright 1991, 1992 Free Software Foundation, Inc.
4 This file is part of the GNU C Library.
5
5This program is free software; you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by
7the Free Software Foundation; either version 2 of the License, or
8(at your option) any later version.
6 */
9
7
10This program is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details.
14
15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
18
19/* ANSI and traditional C compatibility macros
20
21 ANSI C is assumed if __STDC__ is #defined.
22
23 Macro ANSI C definition Traditional C definition
24 ----- ---- - ---------- ----------- - ----------
25 PTR `void *' `char *'
26 LONG_DOUBLE `long double' `double'

--- 115 unchanged lines hidden ---
8/* ANSI and traditional C compatibility macros
9
10 ANSI C is assumed if __STDC__ is #defined.
11
12 Macro ANSI C definition Traditional C definition
13 ----- ---- - ---------- ----------- - ----------
14 PTR `void *' `char *'
15 LONG_DOUBLE `long double' `double'

--- 115 unchanged lines hidden ---