blob: aea98abc7310a16e34021e2bee25fa416332c7d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
APTPKG_@MAJOR@
{
global:
*;
local:
extern "C++" {
std::*;
typeinfo?for?std::*;
vtable?for?std::*;
typeinfo?name?for?std::*;
guard?variable?for?std::*;
void?std::*;
bool?std::*;
__gnu_cxx::*;
};
};
|