Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some syntax errors #1243

Merged
merged 2 commits into from
Dec 20, 2022
Merged

Conversation

takase1121
Copy link
Member

Some fixes for uncommon code paths (when compiling for everything other than linux, windows, mac, etc.)

not sure if this change is appropriate, we need to make sure SIG_IGN
is only set on POSIX targets. To verify this we might need to include
unistd.h,
this is often overlooked when compiling for normal platforms
@jgmdev
Copy link
Member

jgmdev commented Dec 20, 2022

all officially supported targets are building well so lets merge this

@jgmdev jgmdev merged commit 6d0e7f3 into lite-xl:master Dec 20, 2022
takase1121 added a commit to takase1121/lite-xl that referenced this pull request Jan 16, 2023
* move signal.h inclusion outside of if-else block
not sure if this change is appropriate, we need to make sure SIG_IGN
is only set on POSIX targets. To verify this we might need to include
unistd.h,

* fix syntax error
this is often overlooked when compiling for normal platforms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants