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

Change #278873

Category texinfo
Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
Changed at Fri 21 Aug 2026 16:33:25
Repository https://git.savannah.gnu.org/git/texinfo.git
Project texinfo
Branch master
Revision ef96ed01dedeb4c380c05d364f9ce973319b4900

Comments

* tta/C/parsetexi/end_line.c (end_line_misc_line), tta/C/parsetexi/parser.c (conditional_stack, CONDITIONAL_ITEM_STACK) (push_conditional_stack, pop_conditional_stack, parse_texi), tta/C/parsetexi/parser.h (CONDITIONAL_ITEM, CONDITIONAL_ITEM_STACK): rename CONDITIONAL_STACK_ITEM as CONDITIONAL_ITEM.  Add CONDITIONAL_ITEM_STACK and associated functions using generic lists macros.  Update push_conditional_stack and pop_conditional_stack, remove top_conditional_stack.
* tta/C/parsetexi/parser.c (macro_block_stack)
(process_macro_block_contents): use a COMMAND_STACK for
macro_block_stack.  Remove push_macro_block_stack,
pop_macro_block_stack and macro_block_stack_top.

Changed files