all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#11905: Unnecessary '#define unix' in src/s/aix4-2.h
@ 2012-07-10 23:25 Glenn Morris
  2012-07-10 23:52 ` Paul Eggert
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Glenn Morris @ 2012-07-10 23:25 UTC (permalink / raw)
  To: 11905; +Cc: Paul Eggert

Package: emacs
Version: 24.1.50
Severity: minor

src/s/aix4-2.h does this:

  /* AIX doesn't define this.  */
  #define unix 1

The only place left in Emacs that references '#ifdef unix' is
lib/getloadavg.c, from Gnulib. I suspect that Gnulib already has the AIX
case covered (via "__unix"?), so that src/s/aix4-2.h no longer needs to
define "unix". But I'm not sure, hence this report...





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

end of thread, other threads:[~2012-07-11  7:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-10 23:25 bug#11905: Unnecessary '#define unix' in src/s/aix4-2.h Glenn Morris
2012-07-10 23:52 ` Paul Eggert
2012-07-11  0:01 ` Paul Eggert
     [not found] ` <4FFCC037.3050801@cs.ucla.edu>
2012-07-11  7:26   ` Jim Meyering

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.