From 08335c1e19f5d83c61ca6f0129fb491803b99dba Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 22 May 2023 15:31:18 -0400 Subject: [PATCH] avoid a c++ issue in vmsconf.h --- include/vmsconf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/vmsconf.h b/include/vmsconf.h index ea6ef1af5..6a28c11b7 100644 --- a/include/vmsconf.h +++ b/include/vmsconf.h @@ -29,9 +29,11 @@ /* #define VMS9 */ #ifdef VMS9 +#ifndef __cplusplus /* for version.c */ typedef int64_t ssize_t; #endif +#endif /* * This section cleans up the stuff done in config.h so that it