Patch #14 problems.

Ignatios Souvatzis (u502sou@mpirbn.mpifr-bonn.mpg.de)
Wed, 3 Apr 91 10:24:35 +0100

Rich Burridge writes:
> > From: u502sou@mpirbn.mpifr-bonn.mpg.de (Ignatios Souvatzis)
> > The compiler complained about redeclaration of raise in ./extern.h
> > From: Mark Shand <shand@prl.dec.com>
> > Compiling on a DECstation running ultrix 4.0, I had a problem with
> > a redeclartion of "raise" in x11.c.
> >
> > I renamed the offending variable "raize" and managed to compile without
> > errors.
>
> Thanks. I'll "officially" rename it to raisewindow() in patch #15,
> which I'll put out at the end of the week, with Steves' new filters
> and scripts.

Rich: please rename the VARIABLE in the faces PROGRAM, not the SYSTEM
CALL. extern int raisewindow ; or extern int raize is ok.

Ignatios