changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: dont need tree_sitter/parser.h

changeset 530: e475e194a5b3
parent 529: f08ae719ab2a
child 531: 6aeb3c2b93da
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 08 Jul 2024 12:37:14 -0400
files: lisp/ffi/tree-sitter/constants.lisp
description: dont need tree_sitter/parser.h
     1.1--- a/lisp/ffi/tree-sitter/constants.lisp	Mon Jul 08 12:23:20 2024 -0400
     1.2+++ b/lisp/ffi/tree-sitter/constants.lisp	Mon Jul 08 12:37:14 2024 -0400
     1.3@@ -1,4 +1,4 @@
     1.4-("stdio.h" "stdlib.h" "stdint.h" "stdbool.h" "tree_sitter/api.h" "tree_sitter/parser.h")
     1.5+("stdio.h" "stdlib.h" "stdint.h" "stdbool.h" "tree_sitter/api.h")
     1.6 
     1.7 ((:integer +tree-sitter-language-version+ "TREE_SITTER_LANGUAGE_VERSION" t t)
     1.8  (:integer +tree-sitter-min-compatible-language-version+ "TREE_SITTER_MIN_COMPATIBLE_LANGUAGE_VERSION" t t)