Changes for IRIX 6.x.
authorChris Hanson <org/chris-hanson/cph>
Mon, 20 Jul 1998 04:37:36 +0000 (04:37 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 20 Jul 1998 04:37:36 +0000 (04:37 +0000)
v7/src/microcode/terminfo.c

index 2e6d9993a0d73eacc3089fc77d62fda0b7771248..1a70b423105a3fc561d5741b0a2151aee948bb7e 100644 (file)
@@ -1,5 +1,8 @@
 /* Interface from Emacs to terminfo.
    Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+   Copyright (C) 1998 Massachusetts Institute of Technology
+
+$Id: terminfo.c,v 1.2 1998/07/20 04:37:36 cph Exp $
 
 This file is part of GNU Emacs.
 
@@ -22,8 +25,12 @@ and this notice must be preserved on all copies.  */
    so that we do not need to conditionalize the places in Emacs
    that set them.  */
 
+#include "oscond.h"
+
+#ifndef _IRIX
 char *UP, *BC, PC;
 short ospeed;
+#endif
 
 static buffer[512];