Date: Tue, 10 Jun 1997 11:16:12 +0300 (IDT) From: Eli Zaretskii To: Randall Maas cc: djgpp AT delorie DOT com Subject: Re: VBE Bankswitch in Pmode In-Reply-To: <339C40FA.15F9@piper.hamline.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 9 Jun 1997, Randall Maas wrote: > (Of course, > a good file cache also helps trim down the load time). Indeed. And since hardly anyone doesn't have a cache installed these days, I think that putting those #ifndef's is a bad idea: you make your program potentially non-portable to future DJGPP versions (since you cannot rely on these symbols to retain their names), but don't gain anything in return.