Date: Thu, 19 Jun 1997 17:46:23 -0400 (EDT) Message-Id: <199706192146.RAA08803@delorie.com> From: DJ Delorie To: sandmann AT clio DOT rice DOT edu CC: djgpp-workers AT delorie DOT com In-reply-to: <9706191558.AA14263@clio.rice.edu> (sandmann@clio.rice.edu) Subject: Re: Possible misbehavior of write Precedence: bulk > #define _djbadptr(ptr) (ptr < 0x10a8) If we're going to go through everything and add a macro, make it take the count as well: _djbadptr(ptr,count)