aboutsummaryrefslogtreecommitdiffstats
path: root/vms/vms.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-03-03 21:19:05 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-03-03 21:19:05 +0200
commit1584660b0ae4f89307609573120259c781e3e986 (patch)
treebc845570248137f77be27eed4e3857f0cb42d501 /vms/vms.h
parentb36bcd4cb184bdad0b475fdfd86c60b5f5f89d97 (diff)
downloadegawk-1584660b0ae4f89307609573120259c781e3e986.tar.gz
egawk-1584660b0ae4f89307609573120259c781e3e986.tar.bz2
egawk-1584660b0ae4f89307609573120259c781e3e986.zip
VMS updates.
Diffstat (limited to 'vms/vms.h')
-rw-r--r--vms/vms.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vms/vms.h b/vms/vms.h
index a9175a94..0fb73d5b 100644
--- a/vms/vms.h
+++ b/vms/vms.h
@@ -29,6 +29,7 @@
#define CLI$_SYNTAX 0x000310FC /* error signalled by CLI$DCL_PARSE */
#define CLI$_INSFPRM 0x00038048 /* insufficient parameters */
#define CLI$_VALREQ 0x00038150 /* missing required value */
+#define CLI$_NEGATED 0x000381F8 /* explicitly negated */
#define CLI$_CONFLICT 0x00038258 /* conflicting qualifiers */
#define CLI$_NOOPTPRS 0x00038840 /* no option present */
#endif