ps-init.h 265 B

123456789101112
  1. /*
  2. * Call Pre-Scheme static initialization before main.
  3. */
  4. __attribute__((constructor))
  5. void ps_init(void);
  6. /*
  7. * Missing definition for open-input-file. Probably an oversight, it's
  8. * defined in scheme48.h but should be in prescheme.h.
  9. */
  10. #define NO_ERRORS 0