all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Why <config.h> and not "config.h" ?
@ 2010-07-28  2:23 Óscar Fuentes
  2010-07-28  2:30 ` Miles Bader
                   ` (3 more replies)
  0 siblings, 4 replies; 23+ messages in thread
From: Óscar Fuentes @ 2010-07-28  2:23 UTC (permalink / raw
  To: emacs-devel

Emacs sources use the idiom

#include <config.h>

Is there a specific reason for this? Usually the curly braces are for
headers that live outside the project. Some code analysis tools assume
that. And some compilers (including gcc, AFAIK) use a different
procedure for locating headers surrounded by curly braces, which may
produce unexpected results for headers included from config.h.

Any objections to replacing <config.h> and <epaths.h> with "config.h"
and "epaths.h" ?




^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2010-08-01  9:31 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-28  2:23 Why <config.h> and not "config.h" ? Óscar Fuentes
2010-07-28  2:30 ` Miles Bader
2010-07-28  3:25   ` Óscar Fuentes
2010-07-28  6:30     ` Jan Djärv
2010-07-28  6:46       ` Óscar Fuentes
2010-07-28  7:06         ` Jan Djärv
2010-07-28  7:35           ` Óscar Fuentes
2010-07-28  7:57             ` Jan Djärv
2010-07-28  8:04               ` immanuel litzroth
2010-07-28  8:19                 ` Jan Djärv
2010-07-28  9:38               ` Óscar Fuentes
2010-07-28 10:07               ` Óscar Fuentes
2010-07-28  8:29         ` Andreas Schwab
2010-07-28  8:59           ` Óscar Fuentes
2010-07-29 14:26   ` Stefan Monnier
2010-07-30  9:21     ` Stephen J. Turnbull
2010-07-30  9:55       ` Eli Zaretskii
2010-08-01  9:31         ` Stephen J. Turnbull
2010-07-28  7:06 ` Andreas Röhler
2010-07-28  7:10   ` Óscar Fuentes
2010-07-28  7:15 ` Yavor Doganov
2010-07-28  7:46   ` Óscar Fuentes
2010-07-28 19:50 ` Dan Nicolaescu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.