summaryrefslogtreecommitdiff
path: root/external/gpl3/gcc/dist/libcpp/include/cpplib.h
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2011-06-21 02:41:35 +0000
committermrg <mrg@NetBSD.org>2011-06-21 02:41:35 +0000
commita18747faa2f2744ecd79d7ba618a0e163d54f50b (patch)
treea06e32422aac5e025e9a265fbcc16e30d4f7d4f0 /external/gpl3/gcc/dist/libcpp/include/cpplib.h
parent9d8ae22f9289189ee62360c5a4bec9a778b0e006 (diff)
merge forward our changes into the GCC 4.5.3 tree. mostly from chuq.
Diffstat (limited to 'external/gpl3/gcc/dist/libcpp/include/cpplib.h')
-rw-r--r--external/gpl3/gcc/dist/libcpp/include/cpplib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/external/gpl3/gcc/dist/libcpp/include/cpplib.h b/external/gpl3/gcc/dist/libcpp/include/cpplib.h
index 6175bbcb092..15ce70fd2b1 100644
--- a/external/gpl3/gcc/dist/libcpp/include/cpplib.h
+++ b/external/gpl3/gcc/dist/libcpp/include/cpplib.h
@@ -674,6 +674,9 @@ extern void cpp_set_lang (cpp_reader *, enum c_lang);
/* Set the include paths. */
extern void cpp_set_include_chains (cpp_reader *, cpp_dir *, cpp_dir *, int);
+/* Provide src:dst pair for __FILE__ remapping. */
+extern void add_cpp_remap_path (const char *);
+
/* Call these to get pointers to the options, callback, and deps
structures for a given reader. These pointers are good until you
call cpp_finish on that reader. You can either edit the callbacks