1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-18 09:02:39 +00:00

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.
This commit is contained in:
Bruce Mitchener 2020-12-15 08:16:27 +07:00 committed by GitHub
parent a2c527378e
commit df4f8c25eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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