From: Martin Str|mberg Message-Id: <200106091641.SAA03429@mother.ludd.luth.se> Subject: Re: Compiler options for djdev build To: djgpp-workers AT delorie DOT com Date: Sat, 9 Jun 2001 18:41:15 +0200 (MEST) In-Reply-To: <9743-Sat09Jun2001144304+0300-eliz@is.elta.co.il> from "Eli Zaretskii" at Jun 09, 2001 02:43:05 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 According to Eli Zaretskii: > > And you seem to say *fmt is an int? > > No. *fmt is a char, and it will be promoted to int when a call to > `todigit' is made. It shouldn't be as the declaration of todigit is before the call to it. Right, MartinS