Skip to content

Fix compilation under C23 - #58

Open
tyrylu wants to merge 1 commit into
festvox:masterfrom
tyrylu:fix_c23_build
Open

Fix compilation under C23#58
tyrylu wants to merge 1 commit into
festvox:masterfrom
tyrylu:fix_c23_build

Conversation

@tyrylu

@tyrylu tyrylu commented Jan 27, 2025

Copy link
Copy Markdown

In C23, empty parens in a function declaration mean void, not whatever
arguments you like.
This assumption was wrong in editline.c so this PR fixes it.

In C23, empty parens in a function declaration mean void, not whatever
arguments you like.
This assumption was wrong in editline.c so this PR fixes it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant