Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #238476

Category texinfo
Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
Changed at Sun 06 Jul 2025 11:46:16
Repository https://git.savannah.gnu.org/git/texinfo.git
Project texinfo
Branch master
Revision 21c230a6a5ae83decb53d2638bbad7deda81fb07

Comments

Move SWIG C interface part to libtexinfo-main
* tta/C/Makefile.am (C_libtexinfo_main_sources),
tta/C/convert/swig_interface.c, tta/C/convert/swig_interface.h,
util/swig/Makefile.am (_Texinfo_la_SOURCES), util/swig/texinfo.i:
rename tree_element.c as swig_interface.c, move to tta/C/convert/ and
build as part of libtexinfo-main.

* tta/C/convert/swig_interface.c (get_node_relations)
(get_section_relations, get_heading_relations): cast int to size_t
before doing a comparison.

Changed files