Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit afb310d

Browse filesBrowse files
authored
Update Parser/tokenizer.h
1 parent b0940fa commit afb310d
Copy full SHA for afb310d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Parser/tokenizer.h

Copy file name to clipboardExpand all lines: Parser/tokenizer.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ typedef struct _tokenizer_mode {
4444
enum tokenizer_mode_kind_t kind;
4545

4646
int bracket_stack;
47-
int bracket_mark[MAX_EXPR_NEXTING];
47+
int bracket_mark[MAX_EXPR_NESTING];
4848
int bracket_mark_index;
4949

5050
char f_string_quote;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.