On 2015-11-08 3:19 PM, Lex Trotman wrote:
On 9 November 2015 at 05:34, Devyn Collier Johnson devyncjohnson@gmail.com wrote:
[...]
- Adding "*.i;" to "C="
*.i - C source code which should not be preprocessed http://labor-liber.org/en/gnu-linux/development/extensions
g++ treats this as C++, all languages are *not* C :)
This is the same problem as .h, it could be either.
I've been meaning to bring this up. We should move *.h to C++ now that C++ can use C tags. Having it under C means C++ headers don't work, but having it under C++ works for both C and C++ headers.
Cheers, Matthew Brush