Skip to content

Commit

Permalink
Change the value of the uNOLOOPVAR flag to avoid any possible confl…
Browse files Browse the repository at this point in the history
…icts with `uNODESTRUCT`
  • Loading branch information
Daniel-Cortez committed Jan 31, 2021
1 parent 01e89f3 commit a16b351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/compiler/sc.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ typedef struct s_symbol {
* * used in an enclosing loop and should be excluded from checks in an inner loop,
* so the compiler would know it shouldn't set the uLOOPVAR flag when the variable
* is read inside a loop condition */
#define uNOLOOPVAR 0x200
#define uNOLOOPVAR 0x800

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

0 comments on commit a16b351

Please sign in to comment.