Date: Tue, 1 Apr 1997 15:26:27 -0500 (EST) From: "art s. kagel IFMX x2697" To: wapex AT silesia DOT ternet DOT pl Cc: djgpp AT delorie DOT com Subject: Re: Alignment In-Reply-To: <3340F43E.66D5@silesia.ternet.pl> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII If you really mean 'how' the answer is you need not. All DJGPP variables are properly aligned by default. If you mean what is the proper alignment, int and long are aligned on addresses divisible by 4 (address in hex ends in 0, 4, 8, or c). Art S. Kagel, kagel AT ts1 DOT bloomberg DOT com On Tue, 1 Apr 1997 wapex AT silesia DOT ternet DOT pl wrote: > Can anybody tall me how to align a global int variable in DJGPP? >