Skip to content

Commit

Permalink
Fixp for parsing format macros
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Oct 30, 2023
1 parent 15824ad commit 8a76128
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 236 deletions.
1 change: 1 addition & 0 deletions Tools/AGSParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
BOOL standards;
BOOL inUnclosedExample;
BOOL debug;
BOOL inPreprocessorDirective;
NSDictionary *wordMap;
NSString *declared; /** Where classes were declared. */
NSMutableArray *ifStack; /** Track preprocessor conditionals. */
Expand Down
Loading

0 comments on commit 8a76128

Please sign in to comment.