Adding a chibi-<version> feature.

Issue #955.
This commit is contained in:
Alex Shinn 2024-05-20 22:03:41 +09:00
parent 86ef8f5f1d
commit 720ec69489

1
sexp.c
View file

@ -527,6 +527,7 @@ static const char* sexp_initial_features[] = {
"ratios",
#endif
"r7rs",
"chibi-" sexp_version,
"chibi",
NULL,
};