Mercurial > hg > CbC > GCC_original
comparison gcc/cppdefault.h @ 16:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 |
parents | a06113de4d67 |
children | 84e7813d76e9 |
comparison
equal
deleted
inserted
replaced
15:561a7518be6b | 16:04ced10e8804 |
---|---|
1 /* CPP Library. | 1 /* CPP Library. |
2 Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 2 Copyright (C) 1986-2017 Free Software Foundation, Inc. |
3 1999, 2000, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. | |
4 Contributed by Per Bothner, 1994-95. | 3 Contributed by Per Bothner, 1994-95. |
5 Based on CCCP program by Paul Rubin, June 1986 | 4 Based on CCCP program by Paul Rubin, June 1986 |
6 Adapted to ANSI C, Richard Stallman, Jan 1987 | 5 Adapted to ANSI C, Richard Stallman, Jan 1987 |
7 | 6 |
8 This program is free software; you can redistribute it and/or modify it | 7 This program is free software; you can redistribute it and/or modify it |
41 const char cxx_aware; /* Includes in this directory don't need to | 40 const char cxx_aware; /* Includes in this directory don't need to |
42 be wrapped in extern "C" when compiling | 41 be wrapped in extern "C" when compiling |
43 C++. */ | 42 C++. */ |
44 const char add_sysroot; /* FNAME should be prefixed by | 43 const char add_sysroot; /* FNAME should be prefixed by |
45 cpp_SYSROOT. */ | 44 cpp_SYSROOT. */ |
46 const char multilib; /* FNAME should have the multilib path | 45 const char multilib; /* FNAME should have appended |
47 specified with -imultilib | 46 - the multilib path specified with -imultilib |
48 appended. */ | 47 when set to 1, |
48 - the multiarch path specified with | |
49 -imultiarch, when set to 2. */ | |
49 }; | 50 }; |
50 | 51 |
51 extern const struct default_include cpp_include_defaults[]; | 52 extern const struct default_include cpp_include_defaults[]; |
52 extern const char cpp_GCC_INCLUDE_DIR[]; | 53 extern const char cpp_GCC_INCLUDE_DIR[]; |
53 extern const size_t cpp_GCC_INCLUDE_DIR_len; | 54 extern const size_t cpp_GCC_INCLUDE_DIR_len; |