Sender: crough45 AT amc DOT de Message-Id: <97Aug6.153715gmt+0100.17056@internet01.amc.de> Date: Wed, 6 Aug 1997 14:39:57 +0100 From: Chris Croughton Mime-Version: 1.0 To: richardbirch AT dial DOT pipex DOT com Cc: djgpp AT delorie DOT com Subject: Re: mistake in COLOR enum in conio.h Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Richard Birch wrote: > Can anyone spot the odd one out I wonder??? > It's obviously not serious, but > I thought it may be worth mentioning. You mean the missing enums RED and BROWN in your message? That's two that you left out, not one. The 'oddity' is of course BROWN in the dark colours versus YELLOW in the light (octal 006 and 016), which is because of the weird way the DOS pallette is traditionally set up. But that's the way DOS has been ever since the first PC colour adapter, the CGA. You also deleted the commas on MAGENTA and LIGHTGRAY, thus rendering it uncompilable. I don't know why you did that. If you're going to pick holes in header files, you could at least quote the damn things properly... Chris C