Date: Tue, 28 Sep 1999 09:30:08 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Tom Morton cc: djgpp AT delorie DOT com Subject: Re: Program too large? In-Reply-To: <7sovfd$fj4$1@news6.svr.pol.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 28 Sep 1999, Tom Morton wrote: > The last thing I did before it stopped working was add an extra function > to main.c. I tried re-compiling it but it still didn't work so I moved it > [the function] to another source file and everything worked again. > Oh well, as long as it works... FWIW, I don't like such ``solutions''. There's some problem lurking in your code, waiting to bite you again. It is better to debug it now than to sweep it under the carpet. How do you know that the problem, whatever it is, doesn't introduce a subtle bug into your program that you simply don't see? Feel free to post more details, if you want to pursue this further.