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.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/cp/module.cc b/gcc/cp/module.cc
index 3587dfc..176286c 100644
--- a/gcc/cp/module.cc
+++ b/gcc/cp/module.cc
@@ -74,6 +74,11 @@ get_module (tree, module_state *, bool)
return nullptr;
}
+const char *
+module_name (unsigned, bool)
+{
+ return nullptr;
+}
void
mangle_module (int, bool)
@@ -102,6 +107,12 @@ get_originating_module (tree, bool)
return 0;
}
+unsigned
+get_importing_module (tree, bool)
+{
+ return 0;
+}
+
bool
module_may_redeclare (tree)
{