diff options
Diffstat (limited to 'gcc/ada/i-cpp.ads')
-rw-r--r-- | gcc/ada/i-cpp.ads | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/i-cpp.ads b/gcc/ada/i-cpp.ads index 74629b44261..e534f651f3c 100644 --- a/gcc/ada/i-cpp.ads +++ b/gcc/ada/i-cpp.ads @@ -34,9 +34,10 @@ -- Missing package comment ??? with Ada.Tags; + package Interfaces.CPP is -pragma Elaborate_Body; --- We have a dummy body to deal with bootstrap path issues + pragma Elaborate_Body; + -- We have a dummy body to deal with bootstrap path issues subtype Vtable_Ptr is Ada.Tags.Tag; |