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
Turns out the c89 CI test wasn't actually testing c89. It does now
and showed a lot of issues in binn.h and binn.c. Primarily issues with
using c++ // style comments. There was also an issue in that it wasn't picking up
the fact that inline isn't allowed in c89. That was resolved by including
config.h in binn.h
0 commit comments