Date: Wed, 16 May 2001 08:44:27 +0300 (WET) From: Andris Pavenis To: Rafal Maj Cc: djgpp AT delorie DOT com Subject: Re: #include <... .h > is bad ? In-Reply-To: <9dset2$oar$1@info.cyf-kr.edu.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com 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 On Wed, 16 May 2001, Rafal Maj wrote: > Hi, > on comp.lang.c++ all users ara saying, that writting for example : > #include > is an error, and I should use > #include > When will DJGPP support this ? Have it something to do with GCC 3.0 ? > Raf256 > Have You tried it? (it works with gcc-2.95.3 and earlier gcc-2.95.X versions). So unless You have something very old (eg. gcc-2.7.2.1) it should work. Andris