Date: Fri, 26 Jan 2001 09:51:45 -0500 Message-Id: <200101261451.JAA06020@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <200101261448.PAA05114@lws256.lu.erisoft.se> (message from Martin Stromberg on Fri, 26 Jan 2001 15:48:17 +0100 (MET)) Subject: Re: lfilelen patch References: <200101261448 DOT PAA05114 AT lws256 DOT lu DOT erisoft DOT se> 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 > Are you sure? Because I think I've added static functions without > prototypes... Doesn't the error come only when you _use_ the function > before it's been declared or defined? Hmm... OK, maybe not static functions, but private functions. DJGPP has a special warning enabled that refuses to allow definitions of functions that aren't pre-declared. It has a separate one that prevents using undeclared functions.