emacs-diffs
[Top][All Lists]
Advanced

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

emacs-30 18c6487dbd0: ; * src/treesit.c: Add a prototype so there's no w


From: Yuan Fu
Subject: emacs-30 18c6487dbd0: ; * src/treesit.c: Add a prototype so there's no warning about it.
Date: Mon, 9 Sep 2024 00:05:01 -0400 (EDT)

branch: emacs-30
commit 18c6487dbd06ed01b5736d8c94582c5b72006b65
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; * src/treesit.c: Add a prototype so there's no warning about it.
---
 src/treesit.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/treesit.c b/src/treesit.c
index b047f0344cc..0effb5d13b5 100644
--- a/src/treesit.c
+++ b/src/treesit.c
@@ -487,6 +487,7 @@ treesit_initialize (void)
 
 /*** Debugging */
 
+void treesit_debug_print_parser_list (char *, Lisp_Object);
 void treesit_debug_print_parser_list (char *msg, Lisp_Object parser)
 {
   struct buffer *buf = XBUFFER (XTS_PARSER (parser)->buffer);



reply via email to

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