shithub: MicroHs

ref: 0a6f76bc5c3e2d48b503734bc7ea7ed39292d182
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