From: "Mike McLean" Newsgroups: comp.os.msdos.djgpp Subject: Allegro WIP problem Date: 24 Aug 1997 14:33:00 -0700 Organization: Primenet Services for the Internet Lines: 10 Message-ID: <5tq9ac$qou@nntp02.primenet.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I found a problem in both the newest version of the Allegro WIP, and the old one from may 26th. In the file demo.c main is declared as void, and everytime I try to make it, make stops at that file. I have to change it to int for it to make. Is there a reason why main is declared as void and not int? I was wondering if anyone else had caught this. Mike.