Skip to content

Make exec.c compile with modern C compilers#7

Merged
GOROman merged 1 commit intoGOROman:masterfrom
toyoshim:build_on_strict_c99
Mar 19, 2025
Merged

Make exec.c compile with modern C compilers#7
GOROman merged 1 commit intoGOROman:masterfrom
toyoshim:build_on_strict_c99

Conversation

@toyoshim
Copy link

run68 already depends on C99 features here and there, but exec.c still relies on implicit int assumption on OPBuf_display's argument. This is not valid on C99 and later any more, and recent compilers cannot compile it.

run68 already depends on C99 features here and there, but exec.c
still relies on implicit int assumption on OPBuf_display's argument.
This is not valid on C99 and later any more, and recent compilers
cannot compile it.
@GOROman GOROman merged commit 5bd5194 into GOROman:master Mar 19, 2025
1 check passed
@GOROman
Copy link
Owner

GOROman commented Mar 19, 2025

LGTM

@GOROman GOROman requested review from GOROman and Copilot March 19, 2025 21:29
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (1)
  • src/exec.c: Language not supported

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.

3 participants