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
Invert NOB_STRIP_PREFIX and NOB_STRIP_PREFIX_GUARD_ checks
This way, NOB_STRIP_PREFIX_GUARD_ is not defined until the prefixes are
actually stripped, so a header file can simply `#include "nob.h"`
without polluting the namespace while the corresponding C file can
`#define NOB_STRIP_PREFIX` and re-include nob.h to use the short names.
0 commit comments