Message-Id: Date: Tue, 9 Jul 96 11:57:00 +1000 (AEST) From: Chris Johns To: eliz AT is DOT elta DOT co DOT il CC: djgpp AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Mon, 8 Jul 1996 16:21:32 +0200 (IST)) Subject: Re: Executable size Why? If your program doesn't need to glob command-line parameters, just define an empty `__crt0_glob_function' and never look back. Programs that do need the globbing will *always* use it, so it doesn't make sense to decide at runtime whether to load it or not. Yeah, I agree. Really is the simplest method. Chris