From 975d76cfc99fcf797ebe0ac254dd3252405bd778 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 22 Feb 2026 18:32:40 +0100 Subject: c: fix using string literal as conditional expression conditional --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..badbe0a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "test/external/sqlite"] + path = test/external/sqlite + url = https://github.com/sqlite/sqlite -- cgit v1.2.3