Closed GoogleCodeExporter closed 9 years ago
include_next is a GCC extension, it's not part of a C standard.
It should only be accepted when the user has indicated GCC extensions are
supported.
The general advise is to avoid include_next, only use it when you really need
to.
Therefore I don't like highlighting it by default.
Original comment by brammool...@gmail.com
on 3 Aug 2014 at 2:44
Original comment by chrisbr...@googlemail.com
on 2 Oct 2014 at 7:40
Original issue reported on code.google.com by
guigo.lo...@gmail.com
on 2 Aug 2014 at 2:48Attachments: