fix: proper function prototypes
This commit is contained in:
parent
50dfd409f6
commit
63babea301
2 changed files with 4 additions and 4 deletions
|
|
@ -1360,7 +1360,7 @@ impl Generator {
|
|||
|
||||
add_line!(
|
||||
self,
|
||||
"TS_PUBLIC const TSLanguage *{language_function_name}() {{",
|
||||
"TS_PUBLIC const TSLanguage *{language_function_name}(void) {{",
|
||||
);
|
||||
indent!(self);
|
||||
add_line!(self, "static const TSLanguage language = {{");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue