#if defined(__COMPILER1__) || defined(__COMPILER2__) typedef intptr_t fixnum; #else typedef long fixnum; #endif
#include<stdint.h>
-----