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
I'll eventually define __GNUC__ macro, and I think that should fix this problem. I'm not doing it right now because it opens a can of warms. If you define __GNUC__, the stdlib headers expect that your compiler supports all GCC extensions, such as various kinds of __attribute__. So, I'll do that after the extensions are implemented.
FreeBSD gives out this rather excluding message when including
stdio.h
:It is triggered by is this condition in
cdefs.h
not being met (and the guarded macros not getting set):The text was updated successfully, but these errors were encountered: