about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlib_undefs.h
blob: 7c6ac84bd76386909d96970802ab27dcf752aca6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// regular symbol mapped to itself
#undef GO

// regular symbol mapped to itself, but weak (unimplemented for now)
#undef GOW

// symbol mapped to my_symbol
#undef GOM

// symbol mapped to another one
#undef GO2

// data
#undef DATA

// data, Weak (type V)
#undef DATAV

// data, Uninitialized (type B)
#undef DATAB

// data, "my_" type
#undef DATAM