Skip to content

Commit a16b351

Browse files
committed
Change the value of the uNOLOOPVAR flag to avoid any possible conflicts with uNODESTRUCT
1 parent 01e89f3 commit a16b351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/compiler/sc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ typedef struct s_symbol {
239239
* * used in an enclosing loop and should be excluded from checks in an inner loop,
240240
* so the compiler would know it shouldn't set the uLOOPVAR flag when the variable
241241
* is read inside a loop condition */
242-
#define uNOLOOPVAR 0x200
242+
#define uNOLOOPVAR 0x800
243243

244244
#define flagDEPRECATED 0x01 /* symbol is deprecated (avoid use) */
245245
#define flagNAKED 0x10 /* function is naked */

0 commit comments

Comments
 (0)