Subject: tetris vs. vax
To: None <port-vax@netbsd.org>
From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
List: port-vax
Date: 01/02/1999 16:24:07
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?)


 - Hubert

-- 
Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>