emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Using " rather than < for header files in Emacs


From: Herring, Davis
Subject: RE: Using " rather than < for header files in Emacs
Date: Sat, 5 Mar 2016 13:57:09 +0000

> It will work for generated headers too.  Since '"' includes are a
> superset of '<' includes as documented in GNU 'cpp' info manual.
> However I don't know if this behavior is enforced by other c processors.

It is defined by C (don't know as of which version off hand) that #include"x" 
can find what #include<x> finds (but may find something else first).

Davis


reply via email to

[Prev in Thread] Current Thread [Next in Thread]