From ae5d181b854d3ccb373b6bc01b4869e44ff4d87a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:37:15 +0200 Subject: Adding upstream version 2.9.0dev.12. Signed-off-by: Daniel Baumann --- src/LYVMSdef.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/LYVMSdef.h (limited to 'src/LYVMSdef.h') diff --git a/src/LYVMSdef.h b/src/LYVMSdef.h new file mode 100644 index 0000000..6fde3c3 --- /dev/null +++ b/src/LYVMSdef.h @@ -0,0 +1,18 @@ + +#ifndef LYVMSDEF_H +#define LYVMSDEF_H + +/* + * These are VMS system definitions which may not be in the headers + * of old VMS compilers and contain non-ANSI extended tokens that + * generate warnings by some Unix compilers while looking for the + * "#endif" which closes the outer "#ifdef VMS". + */ +#ifndef CLI$M_TRUSTED +#define CLI$M_TRUSTED 64 /* May not be in the compiler's clidef.h */ +#endif /* !CLI$M_TRUSTED */ +#ifndef LIB$_INVARG +#define LIB$_INVARG 1409588 /* May not be in the compiler's libdef.h */ +#endif /* !LIB$_INVARG */ + +#endif /* LYVMSDEF_H */ -- cgit v1.2.3