avoid a c++ issue in vmsconf.h

This commit is contained in:
nhmall
2023-05-22 15:31:18 -04:00
parent ff727e916f
commit 08335c1e19
+2
View File
@@ -29,9 +29,11 @@
/* #define VMS9 */ /* #define VMS9 */
#ifdef VMS9 #ifdef VMS9
#ifndef __cplusplus
/* for version.c */ /* for version.c */
typedef int64_t ssize_t; typedef int64_t ssize_t;
#endif #endif
#endif
/* /*
* This section cleans up the stuff done in config.h so that it * This section cleans up the stuff done in config.h so that it