shithub: MicroHs

ref: e0aea1f7c8371b5a747b2b755dcd0a2af0b8137b
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