bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11905: Unnecessary '#define unix' in src/s/aix4-2.h


From: Glenn Morris
Subject: bug#11905: Unnecessary '#define unix' in src/s/aix4-2.h
Date: Tue, 10 Jul 2012 19:25:59 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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...





reply via email to

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