aboutsummaryrefslogtreecommitdiff
path: root/gcc/incpath.h
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-11-15 10:25:36 +0000
committerTristan Gingold <gingold@gcc.gnu.org>2011-11-15 10:25:36 +0000
commit0ea069123cedf42fe171371a809b8d33adf411b9 (patch)
tree3f2f27c410346ffc56226b6b4ab99b55b2da6904 /gcc/incpath.h
parente50e723eec48cdf285b27e51fead37b385d5f891 (diff)
downloadgcc-0ea069123cedf42fe171371a809b8d33adf411b9.zip
gcc-0ea069123cedf42fe171371a809b8d33adf411b9.tar.gz
gcc-0ea069123cedf42fe171371a809b8d33adf411b9.tar.bz2
incpath.c (get_added_cpp_dirs): New function.
2011-11-15 Tristan Gingold <gingold@adacore.com> * incpath.c (get_added_cpp_dirs): New function. * incpath.h (get_added_cpp_dirs): Declare. * config/vms/vms-c.c (vms_c_register_includes): New function. (vms_std_modules): New variable. * config/vms/vms.h (TARGET_EXTRA_INCLUDES): Define. (vms_c_register_includes): Declare. From-SVN: r181380
Diffstat (limited to 'gcc/incpath.h')
-rw-r--r--gcc/incpath.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/incpath.h b/gcc/incpath.h
index df5b6b1..4c647a3 100644
--- a/gcc/incpath.h
+++ b/gcc/incpath.h
@@ -22,6 +22,7 @@ extern void register_include_chains (cpp_reader *, const char *,
const char *, const char *,
int, int, int);
extern void add_cpp_dir_path (struct cpp_dir *, int);
+extern struct cpp_dir *get_added_cpp_dirs (int);
struct target_c_incpath_s {
/* Do extra includes processing. STDINC is false iff -nostdinc was given. */