From: Victor Viudez Gonzalez Newsgroups: comp.os.msdos.djgpp Subject: enum doesn't work? Date: Tue, 26 May 1998 20:10:20 +0200 Organization: Universitat Politecnica de Catalunya Lines: 7 Message-ID: <356B058B.463C5F37@est.fib.upc.es> NNTP-Posting-Host: upcremot35.upc.es Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Why doesn´t work something like this? typedef enum BOOL{false,true}bool; It says Error before 'typedef', but before 'typedef' there are nothing! Victor