We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uNOLOOPVAR
uNODESTRUCT
1 parent 01e89f3 commit a16b351Copy full SHA for a16b351
source/compiler/sc.h
@@ -239,7 +239,7 @@ typedef struct s_symbol {
239
* * used in an enclosing loop and should be excluded from checks in an inner loop,
240
* so the compiler would know it shouldn't set the uLOOPVAR flag when the variable
241
* is read inside a loop condition */
242
-#define uNOLOOPVAR 0x200
+#define uNOLOOPVAR 0x800
243
244
#define flagDEPRECATED 0x01 /* symbol is deprecated (avoid use) */
245
#define flagNAKED 0x10 /* function is naked */
0 commit comments