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
Wraps 'typedef uint8_t bool;' with preprocessor guards to avoid
conflicts with C23's native bool type. This fixes compilation
errors with newer C compilers that default to C23 standard.
Based on go-python#379 by @deuill.
Co-Authored-By: Marid de Uill <maridlcueto@gmail.com>
0 commit comments