Date: Fri, 13 Jun 2003 08:12:00 -0400 Message-Id: <200306131212.h5DCC0U2001761@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: (message from Esa A E Peuha on Fri, 13 Jun 2003 15:02:01 +0300 (EET DST)) Subject: Re: Slight bug in djasm References: Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > typedef struct { > - short line; > - short addr; > + unsigned short line; > + unsigned short addr; > char *name; > } lineaddr_s; Looks OK to me.