Skip to content

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 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.

2 participants