aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppdefault.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cppdefault.h')
-rw-r--r--gcc/cppdefault.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/cppdefault.h b/gcc/cppdefault.h
index 8ee6a1f..cda691d 100644
--- a/gcc/cppdefault.h
+++ b/gcc/cppdefault.h
@@ -96,11 +96,11 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
struct default_include
{
- const char *fname; /* The name of the directory. */
- const char *component; /* The component containing the directory
+ const char *const fname; /* The name of the directory. */
+ const char *const component; /* The component containing the directory
(see update_path in prefix.c) */
- int cplusplus; /* Only look here if we're compiling C++. */
- int cxx_aware; /* Includes in this directory don't need to
+ const int cplusplus; /* Only look here if we're compiling C++. */
+ const int cxx_aware; /* Includes in this directory don't need to
be wrapped in extern "C" when compiling
C++. */
};