; * src/treesit.c: Add a prototype so there's no warning about it.
authorYuan Fu <casouri@gmail.com>
Mon, 9 Sep 2024 04:04:29 +0000 (21:04 -0700)
committerYuan Fu <casouri@gmail.com>
Mon, 9 Sep 2024 04:04:29 +0000 (21:04 -0700)
src/treesit.c

index b047f0344ccfe400478791bac9e9311331d33b77..0effb5d13b5f54260268ac6e5e37a22adc8c3056 100644 (file)
@@ -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);