shithub: MicroHs

ref: 6f5ab727dd256c4cfb5fac3976d3a6cb1a82f53b
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