[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: lua5.2.1 's llex.c:214 can not compile by android ndk.
- From: "l.jay Yuan" <pass86@...>
- Date: Fri, 23 Nov 2012 00:29:54 +0800
lua5.2.1 's llex.c:214 can not compile by android ndk.
because i see ndk's locale.h, lconv do not have decimal_point, i think
is it not portable code.
#if 1 /* MISSING FROM BIONIC - DEFINED TO MAKE libstdc++-v3 happy */
struct lconv { };
struct lconv *localeconv(void);
#endif /* MISSING */