From: Brian Osman Newsgroups: comp.os.msdos.djgpp Subject: EOF Redefined in Allegro Date: Sat, 20 Sep 1997 22:05:44 -0400 Organization: Rensselaer Polytechnic Institute, Troy NY, USA Lines: 10 Message-ID: <342480F8.5BAC5128@rpi.edu> Reply-To: osmanb AT acm DOT org NNTP-Posting-Host: darkwing.stu.rpi.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, I haven't had any trouble yet, but when I include stdio.h and allegro.h, I get errors about EOF being declared twice. (In stdio.h as always, and in allegro.h) I'm guessing they're both defined to the same thing (I should go check.) but I'm wondering why it's defined in there. (As opposed to including stdio.h) Thanks, Brian