Date: Sun, 9 Nov 1997 13:11:51 +0200 (IST) From: Eli Zaretskii To: Carolyn Kelly-Pajot cc: djgpp AT delorie DOT com Subject: Re: Is it possible to set int=16bit In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 5 Nov 1997, Carolyn Kelly-Pajot wrote: > #define int short Gracious God, NO!! If you use the above definition, you will screw up all the header files included by your program, and the interface between your program and the library functions. Don't do that, unless you like to be in trouble.