]> git.eshelyaron.com Git - emacs.git/commit
; Fix treesit.c printing
authorYuan Fu <casouri@gmail.com>
Wed, 18 Sep 2024 03:53:36 +0000 (20:53 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Sep 2024 10:45:13 +0000 (12:45 +0200)
commit7c27fd669b32825babfab68c6c6221c6dbace60e
treee94d30bfafe762380a678f674d27ba795589577b
parentdb899d3569433b7ca217e7d283714f116a229a04
; Fix treesit.c printing

* src/treesit.c (treesit_debug_print_parser_list): Use PRIuPTR so 32bit
systems compile without warnings.

(cherry picked from commit 035024b4e5a8eb759e30ce72ed3b83036f35525e)
src/treesit.c