1
0
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:
Yuan Fu 2024-09-08 21:04:29 -07:00
parent bf23382f1f
commit 18c6487dbd
No known key found for this signature in database
GPG Key ID: 56E19BC57664A442

View File

@ -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);