You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
C99 rules prevented the specification of more than one storage class specifier for a given object. Now
_Thread_local
can be combined withextern
orstatic
.The text was updated successfully, but these errors were encountered: