projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf23382
)
; * src/treesit.c: Add a prototype so there's no warning about it.
author
Yuan Fu
<casouri@gmail.com>
Mon, 9 Sep 2024 04:04:29 +0000
(21:04 -0700)
committer
Yuan Fu
<casouri@gmail.com>
Mon, 9 Sep 2024 04:04:29 +0000
(21:04 -0700)
src/treesit.c
patch
|
blob
|
history
diff --git
a/src/treesit.c
b/src/treesit.c
index b047f0344ccfe400478791bac9e9311331d33b77..0effb5d13b5f54260268ac6e5e37a22adc8c3056 100644
(file)
--- a/
src/treesit.c
+++ b/
src/treesit.c
@@
-487,6
+487,7
@@
treesit_initialize (void)
\f
/*** 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);