all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Include guards
@ 2010-07-08 17:49 Eli Zaretskii
  2010-07-08 18:48 ` Dan Nicolaescu
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2010-07-08 17:49 UTC (permalink / raw)
  To: emacs-devel

I don't understand the removal of some of the include guards in revno
100751: the "#ifdef ..." guards were removed, but they are still used
and/or defined by src/config.h.

Examples:

  . "#ifdef HAVE_CONFIG_H" was removed from bidi.c, but
    src/Makefile.in still puts -DHAVE_CONFIG_H into the compilation
    command line.  Moreover, some source files still use it.

  . "#ifdef HAVE_STRING_H" was removed, but src/config.h still uses
    it.

What am I missing here?  What is the plan regarding these guards?



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

end of thread, other threads:[~2010-07-08 23:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-08 17:49 Include guards Eli Zaretskii
2010-07-08 18:48 ` Dan Nicolaescu
2010-07-08 20:32   ` Eli Zaretskii
2010-07-08 23:04     ` 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.