From owner-freebsd-hackers Thu Oct 17 04:16:00 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA24685 for hackers-outgoing; Thu, 17 Oct 1996 04:16:00 -0700 (PDT) Received: from asstdc.scgt.oz.au (root@asstdc.scgt.oz.au [202.14.234.65]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA24680; Thu, 17 Oct 1996 04:15:46 -0700 (PDT) Received: (from imb@localhost) by asstdc.scgt.oz.au (8.7.6/BSD4.4) id VAA15331 Thu, 17 Oct 1996 21:12:36 +1000 (EST) From: michael butler Message-Id: <199610171112.VAA15331@asstdc.scgt.oz.au> Subject: Re: enum considered bad ? In-Reply-To: <199610170804.JAA05315@labinfo.iet.unipi.it> from Luigi Rizzo at "Oct 17, 96 09:04:01 am" To: luigi@labinfo.iet.unipi.it (Luigi Rizzo) Date: Thu, 17 Oct 1996 21:12:34 +1000 (EST) Cc: phk@FreeBSD.org, hackers@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Luigi Rizzo writes: > > I've noticed that "enum" is hardly ever used in C programs, .. > isn't it more a compatibility issue with old compilers which do not > support it ? "old" = pre-version 7 unix .. in the days where John Lions' books were a reflection "current technology". "enum" is just as old as "long", michael