js-config.h 97 B

12345
  1. #if defined(__LP64__) && __LP64__
  2. #include"js-config-64.h"
  3. #else
  4. #include"js-config-32.h"
  5. #endif