patch 14 problem

Mark Shand (shand@prl.dec.com)
Tue, 2 Apr 91 17:19:00 +0200

Compiling on a DECstation running ultrix 4.0, I had a problem with
a redeclartion of "raise" in x11.c.

On this system:
/usr/include/signal.h
defines:
extern int raise();

Comments in the include file say this was added for 5 dec 89 for ANSI
compatibility.

I renamed the offending variable "raize" and managed to compile without
errors.

Mark Shand.