emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 d2411615e8b: * test/src/sqlite-tests.el (sqlite-version): Decla


From: Mattias Engdegård
Subject: emacs-29 d2411615e8b: * test/src/sqlite-tests.el (sqlite-version): Declare.
Date: Wed, 7 Dec 2022 05:42:37 -0500 (EST)

branch: emacs-29
commit d2411615e8bcfb2536f0a0da87869d751eee7892
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    * test/src/sqlite-tests.el (sqlite-version): Declare.
---
 test/src/sqlite-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/src/sqlite-tests.el b/test/src/sqlite-tests.el
index e9ddf9c0bef..a2472c43dad 100644
--- a/test/src/sqlite-tests.el
+++ b/test/src/sqlite-tests.el
@@ -36,6 +36,7 @@
 (declare-function sqlite-select "sqlite.c")
 (declare-function sqlite-open "sqlite.c")
 (declare-function sqlite-load-extension "sqlite.c")
+(declare-function sqlite-version "sqlite.c")
 
 (ert-deftest sqlite-select ()
   (skip-unless (sqlite-available-p))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]