X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sat, 6 Sep 2003 23:40:13 -0400 Message-Id: <200309070340.h873eDKp015813@envy.delorie.com> From: DJ Delorie To: ethros AT earthlink DOT net CC: djgpp AT delorie DOT com In-reply-to: <3.0.1.16.20030906222542.1b57b6ee@earthlink.net> (message from Ethan Rosenberg on Sat, 06 Sep 2003 22:25:42 -0400) Subject: Re: far pointers References: <3 DOT 0 DOT 1 DOT 16 DOT 20030906222542 DOT 1b57b6ee AT earthlink DOT net> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Sorry, there's no such thing as "far" in djgpp. The FAQ has a number of sections talking about this, but basically for your program, just take it out. If you use up the entire 4 Gb program space, buy an Alpha ;-) You can use "#ifdef __DJGPP__" to detect djgpp-specific code.