Date: Wed, 27 Jan 1999 10:06:20 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Andris Pavenis cc: djgpp-workers AT delorie DOT com Subject: Re: Problem with FSDB (patch included) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com On Tue, 26 Jan 1999, Andris Pavenis wrote: > static void > redraw (int first) > { > ! char *buf = alloca (8192); Isn't the length of the symbol known somehow at this point? If so, why not use that length explicitly?