From ac2e3d9c62a0ee7473c04a8831b7ccb4056bd1b3 Mon Sep 17 00:00:00 2001 From: Tony Nicholson Date: Sat, 2 Apr 2016 16:16:58 +1100 Subject: [PATCH] VAX: Fix external type definition for BadCmPSL Compilation under HP C V7.3-009 on OpenVMS Alpha V8.3 detected this problem --- VAX/vax_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VAX/vax_defs.h b/VAX/vax_defs.h index 7793ef3a..41334c8e 100644 --- a/VAX/vax_defs.h +++ b/VAX/vax_defs.h @@ -853,7 +853,7 @@ extern int32 op_octa (int32 *opnd, int32 cc, int32 opc, int32 acc, int32 spec, i /* vax_cmode.c externals */ extern int32 op_cmode (int32 cc); -extern int32 BadCmPSL (int32 newpsl); +extern t_bool BadCmPSL (int32 newpsl); /* vax_sys.c externals */ extern const uint16 drom[NUM_INST][MAX_SPEC + 1];