From 975801471adf9ed54e31162bb4bbde47ed895731 Mon Sep 17 00:00:00 2001 From: nishi Date: Tue, 23 Apr 2024 02:56:34 +0000 Subject: [PATCH] readability git-svn-id: file:///raid/svn-main/nishi-serenade/trunk@9 0f02c867-ac3d-714e-8a88-971ba1f6efcf --- Tool/configgen.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tool/configgen.c b/Tool/configgen.c index c39df45..acf8546 100644 --- a/Tool/configgen.c +++ b/Tool/configgen.c @@ -36,9 +36,11 @@ const char* asks[] = { "y", "HAS_REPL_SUPPORT", "Do you want the REPL support?", + "n", "HAS_FFI_SUPPORT", "Do you want the FFI support?", + NULL }; -- 2.43.0