From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3) with ESMTP id KAA17799 for ; Thu, 9 May 1996 10:43:43 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id UAA21749; Wed, 8 May 1996 20:37:56 -0400 (EDT) Resent-Date: Wed, 8 May 1996 20:37:56 -0400 (EDT) From: Zefram Message-Id: <10017.199605090037@stone.dcs.warwick.ac.uk> Subject: Re: Code cleanup in ZLE bindings To: hzoli@cs.elte.hu (Zoltan Hidvegi) Date: Thu, 9 May 1996 01:27:10 +0100 (BST) In-Reply-To: <199605082255.AAA00392@hzoli.ppp.cs.elte.hu> from "Zoltan Hidvegi" at May 9, 96 00:55:16 am X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]7475.09 X-US-Congress: Moronic fuckers MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: zefram@dcs.warwick.ac.uk Resent-Message-ID: <"yh3K8.0.iJ5.ZvJan"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1028 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >I think enum is not supported by all compilers. There is no enum in the >original K&R C. Please send this patch again leaving the #define's (or >convince me that enum is supported by all C compilers on all Unix systems). When I learned C, there was no ANSI standard, but there was most definitely enum. I remember using it in VAX C in about 1988 -- that was basically K&R C plus void. When I first read K&R, it was the first edition, and enum was there. -zefram