; * src/treesit.c: Add a prototype so there's no warning about it.
This commit is contained in:
parent
bf23382f1f
commit
18c6487dbd
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue