aboutsummaryrefslogtreecommitdiff
path: root/utils/data2c/data2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/data2c/data2c.c')
-rw-r--r--utils/data2c/data2c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/data2c/data2c.c b/utils/data2c/data2c.c
index a807bc7..9c2e997 100644
--- a/utils/data2c/data2c.c
+++ b/utils/data2c/data2c.c
@@ -1,7 +1,7 @@
#include <lib9.h>
#include <bio.h>
-#ifdef ANDROID
+//#ifdef ANDROID
#undef malloc
#undef free
#undef realloc
@@ -17,7 +17,7 @@ void* realloc_(void*p, size_t l){
void free_(void* p) {
free(p);
}
-#endif
+//#endif
void