fc6be5c733
TinyScheme is a lightweight Scheme interpreter that implements as large a subset of R5RS as was possible without getting very large and complicated. It is meant to be used as an embedded scripting interpreter for other programs. As such, it does not offer IDEs or extensive toolkits although it does sport a small top-level loop, included conditionally. ok sthen@
16 lines
347 B
Plaintext
16 lines
347 B
Plaintext
$OpenBSD: patch-scheme_c,v 1.1.1.1 2012/06/26 19:53:38 jasper Exp $
|
|
|
|
Report correct version.
|
|
|
|
--- scheme.c.orig Mon Jun 18 12:07:53 2012
|
|
+++ scheme.c Mon Jun 18 12:08:00 2012
|
|
@@ -62,7 +62,7 @@
|
|
* Basic memory allocation units
|
|
*/
|
|
|
|
-#define banner "TinyScheme 1.39"
|
|
+#define banner "TinyScheme 1.40"
|
|
|
|
#include <string.h>
|
|
#include <stdlib.h>
|