scheme.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- tinyscheme-1.37.orig/scheme.h
+++ tinyscheme-1.37/scheme.h
@@ -70,7 +70,7 @@
#endif
#ifndef USE_PLIST
-# define USE_PLIST 0
+# define USE_PLIST 1
#endif
/* To force system errors through user-defined error handling (see *error-hook*) */
@@ -95,7 +95,7 @@
#endif
#ifndef INLINE
-# define INLINE
+# define INLINE inline
#endif
#ifndef USE_INTERFACE