On 1/29/21 1:21 PM, Alex fxmbsw7 Ratchev wrote:
im sorry big time.. can you point me out how
i just commented the #if and #endif s , thought thatd enable the code .. in parse and tab

Sorry, "commenting" code using #if 0 is a pretty common idiom. There are
two places in parse_string_to_word_list() that have #if 0...#endif blocks.
The first one is tagged with your name. Change the #if 0 to #if 1 in both
blocks and see if that fixes the problem.

It fixes the reproducer in

https://lists.gnu.org/archive/html/bug-bash/2020-11/msg00077.html
and
https://lists.gnu.org/archive/html/bug-bash/2020-11/msg00079.html

which is a distillation of your original example to something easily
reproducible.

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://tiswww.cwru.edu/~chet/

Reply via email to