Change #238476
Category | texinfo |
Changed by | Patrice Dumas <pertusus | @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
- ChangeLog
- tta/C/Makefile.am
- tta/C/convert/swig_interface.c
- tta/C/convert/swig_interface.h
- util/swig/Makefile.am
- util/swig/README
- util/swig/texinfo.i
- util/swig/tree_element.c
- util/swig/tree_element.h