Do not allow typecasting to unset a variable.
All checks were successful
The build was successful.

This commit is contained in:
2018-09-18 22:11:57 +02:00
parent 5a6af65cfa
commit 9884f8288b
4 changed files with 5 additions and 10 deletions

View File

@@ -1608,7 +1608,6 @@ enum ph7_expr_id {
#define PH7_KEYWORD_CATCH 53 /* catch */
#define PH7_KEYWORD_RETURN 54 /* return */
#define PH7_KEYWORD_BREAK 55 /* break */
#define PH7_KEYWORD_UNSET 0x800 /* unset: MUST BE A POWER OF TWO */
#define PH7_KEYWORD_VOID 0x1000 /* void: MUST BE A POWER OF TWO */
#define PH7_KEYWORD_CHAR 0x2000 /* char: MUST BE A POWER OF TWO */
#define PH7_KEYWORD_BOOL 0x4000 /* bool: MUST BE A POWER OF TWO */