Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!linus!genrad!decvax!microsof!fluke!ssc-vax!uw-beaver!cornell!vax135!ukc!root44!pdl
From: pdl@root44.UUCP
Newsgroups: net.lang.c
Subject: Re: C typedef deficiency
Message-ID: <4080@root44.UUCP>
Date: Sun, 26-Jun-83 10:45:17 EDT
Article-I.D.: root44.4080
Posted: Sun Jun 26 10:45:17 1983
Date-Received: Mon, 4-Jul-83 15:32:27 EDT
References: ihuxv.479 turtleva.203
Lines: 7

For the information of those who STILL don't realise it, C has has the `enum'
keyword and associated stuff since V7 (see the addendum to the C reference
manual sent out with V7).

(Personally, I have never used enums: I might possibly if they did sensible
things, like being stored in the smallest possible size, instead of
always being treated as an int, which seems a bit silly).