Re: [PATCH 0/5] misc: Enforce .[ch].inc extension for re-included .c/.h files

2023-06-06 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Follow the convention to use the .inc extension for .c/.h files > re-included, as docummented in Coding Style since commit 6a0057aa22: > > If you do use template header files they should be named with > the ``.c.inc`` or ``.h.inc`` suffix to make it clea

[PATCH 0/5] misc: Enforce .[ch].inc extension for re-included .c/.h files

2023-06-06 Thread Philippe Mathieu-Daudé
Follow the convention to use the .inc extension for .c/.h files re-included, as docummented in Coding Style since commit 6a0057aa22: If you do use template header files they should be named with the ``.c.inc`` or ``.h.inc`` suffix to make it clear they are being included for expansion.