Skip to content

Commit

Permalink
Fix an Apple compile error in EE
Browse files Browse the repository at this point in the history
  • Loading branch information
borrrden committed Apr 22, 2020
1 parent 80eda52 commit 7f26d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cblite/cbliteTool.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7f26d50

Please sign in to comment.