6 lines
97 B
C
Raw Normal View History

2022-06-25 11:52:00 +08:00
#if defined(__LP64__) && __LP64__
#include"js-config-64.h"
#else
#include"js-config-32.h"
#endif