Deleted Added
full compact
cpplib.h (250566) cpplib.h (255107)
1/* Definitions for CPP library.
2 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
3 2004, 2005
4 Free Software Foundation, Inc.
5 Written by Per Bothner, 1994-95.
6
7This program is free software; you can redistribute it and/or modify it
8under the terms of the GNU General Public License as published by the

--- 731 unchanged lines hidden (view full) ---

740#define CPP_N_SMALL 0x0010 /* int, float. */
741#define CPP_N_MEDIUM 0x0020 /* long, double. */
742#define CPP_N_LARGE 0x0040 /* long long, long double. */
743
744#define CPP_N_RADIX 0x0F00
745#define CPP_N_DECIMAL 0x0100
746#define CPP_N_HEX 0x0200
747#define CPP_N_OCTAL 0x0400
1/* Definitions for CPP library.
2 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
3 2004, 2005
4 Free Software Foundation, Inc.
5 Written by Per Bothner, 1994-95.
6
7This program is free software; you can redistribute it and/or modify it
8under the terms of the GNU General Public License as published by the

--- 731 unchanged lines hidden (view full) ---

740#define CPP_N_SMALL 0x0010 /* int, float. */
741#define CPP_N_MEDIUM 0x0020 /* long, double. */
742#define CPP_N_LARGE 0x0040 /* long long, long double. */
743
744#define CPP_N_RADIX 0x0F00
745#define CPP_N_DECIMAL 0x0100
746#define CPP_N_HEX 0x0200
747#define CPP_N_OCTAL 0x0400
748#define CPP_N_BINARY 0x0800
748
749#define CPP_N_UNSIGNED 0x1000 /* Properties. */
750#define CPP_N_IMAGINARY 0x2000
751#define CPP_N_DFLOAT 0x4000
752#define CPP_N_DEFAULT 0x8000
753
754/* Classify a CPP_NUMBER token. The return value is a combination of
755 the flags from the above sets. */

--- 100 unchanged lines hidden ---
749
750#define CPP_N_UNSIGNED 0x1000 /* Properties. */
751#define CPP_N_IMAGINARY 0x2000
752#define CPP_N_DFLOAT 0x4000
753#define CPP_N_DEFAULT 0x8000
754
755/* Classify a CPP_NUMBER token. The return value is a combination of
756 the flags from the above sets. */

--- 100 unchanged lines hidden ---