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
This is a no-op at this point, as C23 didn't really break anything.
The prior selection of C11 was mostly aribtrary. At the time the first
libtock-c build infrastructure was built, C17 hadn't been ratified yet,
but we needed some newer stuff than C99 provided, so we explicitly set
things to C11 (well, gnu11).
We have an impending need for the new C23 `#embed` compiler directive,
so this version bump lays the groundwork.
Future PRs may also look at other new C23 features; there are many that
are likely useful to libtock-c.
0 commit comments