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: Paul Eggert
Subject: Re: Using " rather than < for header files in Emacs
Date: Wed, 2 Mar 2016 15:10:36 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

On 03/02/2016 02:30 PM, Wilfred Hughes wrote:
I've noticed that it's common for Emacs C code to say:

#include <config.h>

or

#include <c-ctype.h>

even though these headers are from Emacs source, not system headers.
Are we interested in fixing this?

I don't see why using " fixes anything. All these files have to compile with -I anyway, because builders don't need to build Emacs in the source directory. We might actually be better off using '<' for all includes.



reply via email to

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