To: TAUPIN AT rsovax DOT lps DOT u-psud DOT fr
Cc: djgpp AT sun DOT soe DOT clarkson DOT edu
Date: Thu, 10 Nov 94 08:12:20 +0200
From: "Eli Zaretskii" <eliz AT is DOT elta DOT co DOT il>

> Following the suggestion of Aaron Ucho, I included sys/farptr.h in a
> ghostly mem.h.
>
> NNow, I get a lot of GCC diags with the "PASCAL NEAR" statements.

That's another thing you should sometimes do when compiling code
which came from DOS-based compilers.  Add the following to your
compilation command line:

	.... -Dfar= -Dnear= -Dhuge= -DPASCAL= -DNEAR= -Dcdecl=

and whatever other DOSsisms GCC barks about.