From 7f26d5019f7416afe8ac5591202d44b5f2791a09 Mon Sep 17 00:00:00 2001 From: Jim Borden Date: Thu, 23 Apr 2020 07:29:01 +0900 Subject: [PATCH] Fix an Apple compile error in EE --- cblite/cbliteTool.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cblite/cbliteTool.hh b/cblite/cbliteTool.hh index 71668f5..b39447a 100644 --- a/cblite/cbliteTool.hh +++ b/cblite/cbliteTool.hh @@ -68,7 +68,9 @@ struct CBLiteFlags { }; // Mercury only, remove in Hydrogen +#if defined(__ANDROID__) || defined(__GLIBC__) || defined(_MSC_VER) int digittoint(char ch); +#endif class CBLiteTool : public Tool, public CBLiteFlags { public: