From 2a8db23c0c8dc422af7530555a25fa5853ddeba4 Mon Sep 17 00:00:00 2001 From: Gabriel Cruz <8129788+gmelodie@users.noreply.github.com> Date: Thu, 9 Jul 2026 16:27:37 -0300 Subject: [PATCH] Update ffi/codegen/meta.nim Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> --- ffi/codegen/meta.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffi/codegen/meta.nim b/ffi/codegen/meta.nim index 9278b94..4706915 100644 --- a/ffi/codegen/meta.nim +++ b/ffi/codegen/meta.nim @@ -173,7 +173,7 @@ const ffiOutputDir* {.strdefine.} = "" # set with -d:ffiSrcPath=../relative/path.nim const ffiSrcPath* {.strdefine.} = "" -# When set, scalar-only `abi = c` procs (which have no foreign-binding codegen +# When set to true, scalar-only `abi = c` procs (which have no foreign-binding codegen # yet) are silently omitted from the generated bindings instead of failing the # build. Off by default so the drop is loud; see genBindings(). const ffiAllowScalarSkip* {.booldefine.} = false