[patch,avr] Use more bool

2024-11-19 Thread Georg-Johann Lay
Now that the C default is C23, we can use bool in avr.h (which is still used in libgcc via tm.h). bool is a keyword in C23, so no stdbool.h is required in libgcc. No regressions. Ok for trunk? Johan -- AVR: Use more bool. Now that the C default is C23, we can use bool in avr.h (which is still

Re: [patch,avr] Use more bool

2024-11-19 Thread Denis Chertykov
вт, 19 нояб. 2024 г. в 17:21, Georg-Johann Lay : > > Now that the C default is C23, we can use bool in avr.h > (which is still used in libgcc via tm.h). > bool is a keyword in C23, so no stdbool.h is required in libgcc. > > No regressions. Ok for trunk? Ok. Please apply. Denis.