Re: [PATCH v3 1/2] scripts: Add "|" operator support to glibcpp's parsing

2022-11-29 Thread Vineet Gupta
On 11/27/22 10:21, Florian Weimer via Libc-alpha wrote: * Shahab Vahedi: From the tests point of view, this is a necessary step for another patch [1] and allows parsing macros such as "#define A | B". Without it, a few tests [2] choke when the other patch [1] is applied: /src/glibc/scripts/.

Re: [PATCH v3 1/2] scripts: Add "|" operator support to glibcpp's parsing

2022-11-27 Thread Florian Weimer
* Shahab Vahedi: > From the tests point of view, this is a necessary step for another > patch [1] and allows parsing macros such as "#define A | B". Without > it, a few tests [2] choke when the other patch [1] is applied: > > /src/glibc/scripts/../elf/elf.h:4167: error: uninterpretable macro > to