aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/module.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/module.cc')
-rw-r--r--gcc/cp/module.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/cp/module.cc b/gcc/cp/module.cc
index 705804a..948ca2a 100644
--- a/gcc/cp/module.cc
+++ b/gcc/cp/module.cc
@@ -99,6 +99,16 @@ get_originating_module (tree, bool)
return 0;
}
+void
+set_instantiating_module (tree)
+{
+}
+
+void
+set_originating_module (tree, bool)
+{
+}
+
module_state *
preprocess_module (module_state *, unsigned, bool, bool, bool, cpp_reader *)
{