diff options
Diffstat (limited to 'src/wrapped/wrappedlib_undefs.h')
| -rwxr-xr-x | src/wrapped/wrappedlib_undefs.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/wrapped/wrappedlib_undefs.h b/src/wrapped/wrappedlib_undefs.h deleted file mode 100755 index 7c6ac84b..00000000 --- a/src/wrapped/wrappedlib_undefs.h +++ /dev/null @@ -1,23 +0,0 @@ -// 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 |