shithub: MicroHs

ref: 3bc7e25513e7b7057ab21fb88d4ba562b6b1f06a
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