From 720ec6948950d6820bcc20dbcd8ebe82d55e00ac Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Mon, 20 May 2024 22:03:41 +0900 Subject: [PATCH] Adding a chibi- feature. Issue #955. --- sexp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sexp.c b/sexp.c index 6613672e..424df860 100644 --- a/sexp.c +++ b/sexp.c @@ -527,6 +527,7 @@ static const char* sexp_initial_features[] = { "ratios", #endif "r7rs", + "chibi-" sexp_version, "chibi", NULL, };