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

Allow combination of _Thread_local with extern or static #14

Open
dspinellis opened this issue Feb 20, 2016 · 1 comment
Open

Allow combination of _Thread_local with extern or static #14

dspinellis opened this issue Feb 20, 2016 · 1 comment

Comments

@dspinellis
Copy link
Owner

C99 rules prevented the specification of more than one storage class specifier for a given object. Now _Thread_local can be combined with extern or static.

@dspinellis
Copy link
Owner Author

The proper way to do this is to split e_storage_class into e_storage_duration and e_linkage defining appropriate merge functions. c_enum must then be handled separately from e_storage_class.

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

No branches or pull requests

1 participant