diff --git a/H/Yap.h b/H/Yap.h index 50fe35a93..bb582efa7 100755 --- a/H/Yap.h +++ b/H/Yap.h @@ -465,7 +465,9 @@ extern int Yap_output_msg; #include #include #else -#define __android_log_print(i,loc,msg,...) +static inline char * __android_log_print(int i,const char *loc,const char *msg,...) { + return NULL; +} #define ANDROID_LOG_INFO 0 #define ANDROID_LOG_ERROR 0 #define ANDROID_LOG_DEBUG 0