We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uNOLOOPVAR
uNODESTRUCT
1 parent 9d308e6 commit f827d9dCopy full SHA for f827d9d
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