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

[C] Add support for thread_local and its aliases #4074

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

braewoods
Copy link
Contributor

@braewoods braewoods commented Oct 29, 2024

This was first added in C11 but has been revised by C23. It is a storage class modifier so all we need to do is add it to the existing list.

This was first added in C11 but has been revised by C23.
It is a storage class modifier so all we need to do is add
it to the existing list.
Copy link
Collaborator

@FichteFoll FichteFoll left a comment

Choose a reason for hiding this comment

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

@FichteFoll FichteFoll merged commit 878c68c into sublimehq:master Oct 30, 2024
1 check passed
@braewoods braewoods deleted the c-thread-local branch October 30, 2024 14:29
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