Date: Wed, 17 Jan 1996 08:24:34 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
To: Xiuhao Joel Chen <chenxj AT cs DOT ucdavis DOT edu>
Cc: djgpp AT delorie DOT com
Subject: Re: GCC support pascal calling?


On 15 Jan 1996, Xiuhao Joel Chen wrote:

> 	does gcc support pascal calling?  If so, how to specify it?

No, it doesn't.  In most cases, if you #define pascal as nothing (e.g., 
with `gcc -Dpascal= ...'), you will be able to compile any source which 
uses this ``feature''.