From fd714598394a36d94846a5c2cfa1dc6a7e4bcced Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 11 Feb 2025 02:24:30 -0600 Subject: Add FOSDEM 2025 talk --- prescheme-nim-local/ps-init.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 prescheme-nim-local/ps-init.h (limited to 'prescheme-nim-local/ps-init.h') diff --git a/prescheme-nim-local/ps-init.h b/prescheme-nim-local/ps-init.h new file mode 100644 index 0000000..e6f56d2 --- /dev/null +++ b/prescheme-nim-local/ps-init.h @@ -0,0 +1,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 -- cgit v1.2.3