#undef PC, which Solaris2 defines in sys/types.h, clobbering the
termcap global variable PC.
This commit is contained in:
parent
73b8f10233
commit
bab58134b5
@ -1,3 +1,8 @@
|
||||
Thu Jun 11 01:27:45 1992 John Gilmore (gnu at cygnus.com)
|
||||
|
||||
* readline.c: #undef PC, which Solaris2 defines in sys/types.h,
|
||||
clobbering the termcap global variable PC.
|
||||
|
||||
Tue Jun 9 17:30:23 1992 Fred Fish (fnf@cygnus.com)
|
||||
|
||||
* config/{mh-ncr3000, mh-sysv4}: Change INSTALL to use
|
||||
|
@ -1968,6 +1968,11 @@ static char *term_string_buffer = (char *)NULL;
|
||||
/* Non-zero means this terminal can't really do anything. */
|
||||
int dumb_term = 0;
|
||||
|
||||
/* On Solaris2, sys/types.h brings in sys/reg.h,
|
||||
which screws up the Termcap variable PC, used below. */
|
||||
|
||||
#undef PC
|
||||
|
||||
char PC;
|
||||
char *BC, *UP;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user