Skip to content

Commit d6353b2

Browse files
committed
Fix stupid mistake in grammar
1 parent 989c805 commit d6353b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ It also of course supports actually using the macros.
7070
translation_unit -> top_level_declaration
7171
translation_unit top_level_declaration
7272

73-
declaration_list -> declaration
73+
top_level_declaration -> declaration
7474
function_definition
7575

7676
function_definition -> declaration_specifier function_declarator compound_statement

0 commit comments

Comments
 (0)