shithub: MicroHs

ref: 1c9763a53ce092c43b435aa4fce3050caf3ae508
dir: /src/runtime/config-unix-32.h/

View raw version
#include "config-unix-64.h"

//#undef WORD_SIZE
//#define WORD_SIZE 32

#undef FFS
#if _POSIX_VERSION >= 200112L
#define FFS ffs
#endif