Xref: news2.mv.net comp.os.msdos.djgpp:1886 From: 76003 DOT 3544 AT compuserve DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: New to DJGPP Date: Fri, 15 Mar 1996 01:19:31 GMT Organization: CompuServe Incorporated Lines: 22 Message-ID: <4iagr4$6at@arl-news-svc-2.compuserve.com> References: <4i45mo$b4k AT dub-news-svc-6 DOT compuserve DOT com> <31464764 DOT 9E447BF AT alcyone DOT com> NNTP-Posting-Host: sgriffith2.inhouse.compuserve.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Erik Max Francis wrote: >76003 DOT 3544 AT compuserve DOT com wrote: >> While I've been programming for awhile, I'm new to DJGPP, and have a >> rather simple question: How does djgpp handle the "NEAR" and "FAR" >> pointer types? Is there a switch to turn these on? >`near' and `far' are non-ANSI keywords. DJGPP doesn't need to worry about >this, since it's a 32-bit clean compiler. >-- >Erik Max Francis &tSftDotIotE && http://www.alcyone.com/max && max AT alcyone DOT com >San Jose, California, U.S.A. && 37 20 07 N 121 53 38 W && the 4th R is respect >H.3`S,3,P,3$S,#$Q,C`Q,3,P,3$S,#$Q,3`Q,3,P,C$Q,#(Q.#`-"C`- && 1love && folasade >Omnia quia sunt, lumina sunt. && Dominion, GIGO, GOOGOL, Omega, Psi, Strategem >"Out from his breast/his soul went to seek/the doom of the just." -- _Beowulf_ Thanks for the tips Steven