On Thu, Sep 05, 2019 at 02:33:35PM +0200, Andreas Schwab wrote: > On Sep 05 2019, Nathan Sidwell <nat...@acm.org> wrote: > > > Is it time to deprecate traditional preprocessing? It's been 30 years > > since C89. Are (non-compiler) tools that use it still things? > > It's probably still used together with -xassembler-with-cpp.
I think not by default. Generally, traditional preprocessing is used often for preprocessing of something that isn't actually C/C++, but something different. imake (guess that is not used anymore), other Makefile/assembler/etc. preprocessing. Jakub