Compiler: Fix return omission with else-after-return.

Imported from SM: https://bugs.alliedmods.net/show_bug.cgi?id=4852.
This commit is contained in:
Arkshine
2014-08-13 18:43:32 +02:00
parent 9b5c6bfff0
commit 95f3b0d354
2 changed files with 19 additions and 6 deletions

View File

@ -370,6 +370,7 @@ typedef struct s_stringpair {
#define tLABEL 331
#define tSTRING 332
#define tEXPR 333 /* for assigment to "lastst" only */
#define tEMPTYBLOCK 334 /* empty blocks for AM bug 4825 */
/* (reversed) evaluation of staging buffer */
#define sSTARTREORDER 0x01