mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-12-28 18:57:15 +01:00
Fix warning.
This commit is contained in:
parent
ed65ffa412
commit
499ba8bc74
@ -1193,6 +1193,14 @@ Error Expression::_get_token(Token &r_token) {
|
||||
r_token.type = TK_ERROR;
|
||||
return ERR_PARSE_ERROR;
|
||||
}
|
||||
|
||||
#undef READING_SIGN
|
||||
#undef READING_INT
|
||||
#undef READING_HEX
|
||||
#undef READING_BIN
|
||||
#undef READING_DEC
|
||||
#undef READING_EXP
|
||||
#undef READING_DONE
|
||||
}
|
||||
}
|
||||
#undef GET_CHAR
|
||||
|
Loading…
Reference in New Issue
Block a user