Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!obrien@rand-unix From: obrien%rand-unix@sri-unix.UUCP Newsgroups: net.unix Subject: Re: typedefs, etc. Message-ID: <15486@sri-arpa.UUCP> Date: Sat, 14-Jan-84 17:09:00 EST Article-I.D.: sri-arpa.15486 Posted: Sat Jan 14 17:09:00 1984 Date-Received: Mon, 16-Jan-84 01:21:55 EST Lines: 6 Unfortunately there's a problem with the 4.1BSD VAX compiler in that "enum"s don't do the right thing. They're really treated as a separate data type and give type clashes. This may have been fixed in other compilers. In fact in our compiler they can't even be ordinally compared; you can only test for equality. We're thinking of fixing this.