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 fixes some build issues on osx of the form:
```
./mpack-src/src/conv.h:7:9: error: 'long long' is an extension when C99 mode is
not enabled [-Werror,-Wlong-long]
typedef long long mpack_sintmax_t;
```
0 commit comments