!67 fix hcs build failed on ubuntu 21.04

Merge pull request !67 from yuanbo/master
This commit is contained in:
openharmony_ci
2021-06-07 17:06:30 +08:00
committed by Gitee
+2
View File
@@ -256,6 +256,8 @@ bool Lexer::LexFromNumber(Token &token)
std::string value;
char c;
uint64_t v = 0;
errno = 0;
GetChar(c, false);
switch (c) {
case '0':