summaryrefslogtreecommitdiff
path: root/src/scheme/tiny-test/ao_scheme_os.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scheme/tiny-test/ao_scheme_os.h')
-rw-r--r--src/scheme/tiny-test/ao_scheme_os.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/scheme/tiny-test/ao_scheme_os.h b/src/scheme/tiny-test/ao_scheme_os.h
index 7cfe3981..b9f3e31f 100644
--- a/src/scheme/tiny-test/ao_scheme_os.h
+++ b/src/scheme/tiny-test/ao_scheme_os.h
@@ -22,18 +22,13 @@
#include <stdlib.h>
#include <time.h>
-#undef AO_SCHEME_FEATURE_FLOAT
-#undef AO_SCHEME_FEATURE_VECTOR
-#undef AO_SCHEME_FEATURE_QUASI
-#undef AO_SCHEME_FEATURE_BIGINT
-
#define AO_SCHEME_POOL_TOTAL 4096
#define AO_SCHEME_SAVE 1
extern int ao_scheme_getc(void);
static inline void
-ao_scheme_os_flush() {
+ao_scheme_os_flush(void) {
fflush(stdout);
}