From df4f8c25ebae379481b076f0459adedd4081f9c0 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 15 Dec 2020 08:16:27 +0700 Subject: [PATCH] Update an inclusion of inlnPS2.h (#49) Most includes of this file are protected by #ifdef GCC386, but this one was AIXPS2, which is going away. --- src/mvs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mvs.c b/src/mvs.c index caa3814..0e57102 100644 --- a/src/mvs.c +++ b/src/mvs.c @@ -34,9 +34,9 @@ static char *id = "$Id: mvs.c,v 1.3 1999/05/31 23:35:40 sybalsky Exp $ Copyright #include "car-cdrdefs.h" #include "conspagedefs.h" -#ifdef AIXPS2 +#ifdef GCC386 #include "inlnPS2.h" -#endif /* AIXPS2 */ +#endif /* GCC386 */ /* to optionally swap the fnhead field of a frame */ #ifdef BIGVM