2022-06-25 11:52:00 +08:00

6 lines
97 B
C

#if defined(__LP64__) && __LP64__
#include"js-config-64.h"
#else
#include"js-config-32.h"
#endif