diff options
Diffstat (limited to 'gcc/cp/module.cc')
-rw-r--r-- | gcc/cp/module.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/cp/module.cc b/gcc/cp/module.cc index 9a5d73af..705804a 100644 --- a/gcc/cp/module.cc +++ b/gcc/cp/module.cc @@ -83,6 +83,17 @@ mangle_module_fini () } int +module_initializer_kind () +{ + return 0; +} + +void +module_add_import_initializers () +{ +} + +int get_originating_module (tree, bool) { return 0; |