delorie.com/archives/browse.cgi | search |
From: | Martin Str|mberg <ams AT ludd DOT luth DOT se> |
Message-Id: | <200106201706.TAA22791@father.ludd.luth.se> |
Subject: | Re: More signed/unsigned issues. Attn: JT Williams |
In-Reply-To: | <3028-Wed20Jun2001102214+0300-eliz@is.elta.co.il> from Eli Zaretskii at "Jun 20, 2001 10:22:15 am" |
To: | djgpp-workers AT delorie DOT com |
Date: | Wed, 20 Jun 2001 19:06:48 +0200 (MET DST) |
X-Mailer: | ELM [version 2.4ME+ PL54 (25)] |
MIME-Version: | 1.0 |
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 |
Should you or I commit this? Right, MartinS Index: src/stub/djasm.y =================================================================== RCS file: /cvs/djgpp/djgpp/src/stub/djasm.y,v retrieving revision 1.10 diff -p -u -r1.10 djasm.y --- src/stub/djasm.y 2001/05/22 18:07:12 1.10 +++ src/stub/djasm.y 2001/06/20 16:57:38 @@ -2678,7 +2678,8 @@ void do_linkcoff (char *filename) /* AOUTHDR f_ohdr;*/ /* Optional file header (a.out) */ SYMENT *symbol; RELOC *rp; - int cnt, i; + int cnt; + size_t i; void *base; int textbase, database, bssbase/*, delta*/; char smallname[9];
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |