diff options
Diffstat (limited to 'gcc/cppdefault.h')
-rw-r--r-- | gcc/cppdefault.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppdefault.h b/gcc/cppdefault.h index 95def39..fb97c0b 100644 --- a/gcc/cppdefault.h +++ b/gcc/cppdefault.h @@ -35,7 +35,7 @@ struct default_include { const char *const fname; /* The name of the directory. */ const char *const component; /* The component containing the directory - (see update_path in prefix.c) */ + (see update_path in prefix.cc) */ const char cplusplus; /* When this is non-zero, we should only consider this if we're compiling C++. When the -stdlib option is configured, this |