aboutsummaryrefslogtreecommitdiff
path: root/prescheme-nim-local/ps-init.h
blob: e6f56d2d184ed68b9a0443bdb9812c88faf546cd (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Call Pre-Scheme static initialization before main.
 */
__attribute__((constructor))
void ps_init(void);

/*
 * Missing definition for open-input-file.  Probably an oversight, it's
 * defined in scheme48.h but should be in prescheme.h.
 */
#define NO_ERRORS 0