1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

we do not use pcc on the vax

This commit is contained in:
deraadt 2014-12-07 21:06:57 +00:00
parent eb91b732a5
commit 7af8bc0b26

View File

@ -1,4 +1,4 @@
/* $OpenBSD: screen.c,v 1.14 2011/04/03 10:25:59 dcoppa Exp $ */
/* $OpenBSD: screen.c,v 1.15 2014/12/07 21:06:57 deraadt Exp $ */
/* $NetBSD: screen.c,v 1.4 1995/04/29 01:11:36 mycroft Exp $ */
/*-
@ -358,11 +358,7 @@ scr_clear(void)
memset((char *)curscreen, 0, sizeof(curscreen));
}
#if vax && !__GNUC__
typedef int regcell; /* pcc is bad at `register char', etc */
#else
typedef cell regcell;
#endif
/*
* Update the screen.