From: Richard M. Stallman Date: Wed, 20 Jul 1994 07:19:35 +0000 (+0000) Subject: [USG5] (SYSV): Don't define if already defined. X-Git-Tag: emacs-19.34~7558 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f510a7131216bc565019670458493a2a9e837cf;p=emacs.git [USG5] (SYSV): Don't define if already defined. --- diff --git a/src/xrdb.c b/src/xrdb.c index a064bb59a57..60f3e415d62 100644 --- a/src/xrdb.c +++ b/src/xrdb.c @@ -26,7 +26,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #if 1 /* I'd really appreciate it if this code could go away... -JimB */ /* this avoids lossage in the `dual-universe' headers on AT&T SysV X11 */ #ifdef USG5 +#ifndef SYSV #define SYSV +#endif #include #endif /* USG5 */