mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
; * src/treesit.c: Add a prototype so there's no warning about it.
This commit is contained in:
parent
bf23382f1f
commit
18c6487dbd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user