Skip to content
Snippets Groups Projects
Commit ef0de9ae authored by Ben Franksen's avatar Ben Franksen
Browse files

docs: added missing production for empty list of parameters to reference

parent 88b42a9f
No related branches found
No related tags found
No related merge requests found
......@@ -419,6 +419,7 @@ Type Expressions
abs_decl: "*" `abs_decl`
abs_decl: "const"
abs_decl: "const" `abs_decl`
param_decls:
param_decls: `param_decl`
param_decls: `param_decls` "," `param_decl`
param_decl: `basetype` `declarator`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment