Mercurial > emacs
changeset 8295:51cebd28b474
[USG5] (SYSV): Don't define if already defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 20 Jul 1994 07:19:35 +0000 |
parents | cd3d2474ea10 |
children | b2b493c007ff |
files | src/xrdb.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xrdb.c Wed Jul 20 06:04:46 1994 +0000 +++ b/src/xrdb.c Wed Jul 20 07:19:35 1994 +0000 @@ -26,7 +26,9 @@ #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 <unistd.h> #endif /* USG5 */