Subject: Re: tetris vs. vax
To: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 01/03/1999 12:19:29
> 
> I've found the following in tetris/screen.c (rev. 1.7, line 363+):
> 
> #if vax && !__GNUC__
> typedef int regcell;	/* pcc is bad at `register char', etc */
> #else
> typedef cell regcell;
> #endif
> 
> Given that the VAX port is now on EGCS, this may no longer be valid. Can
> someone please check and remove the conditional? (Or wo we want to leave
> pcc support in?)
> 
This is very outdated. I can't think of anyone that have used pcc for
the last five years or so. I removed that #if now.

-- Ragge