diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-03-03 21:19:05 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-03-03 21:19:05 +0200 |
commit | 1584660b0ae4f89307609573120259c781e3e986 (patch) | |
tree | bc845570248137f77be27eed4e3857f0cb42d501 /vms/vms.h | |
parent | b36bcd4cb184bdad0b475fdfd86c60b5f5f89d97 (diff) | |
download | egawk-1584660b0ae4f89307609573120259c781e3e986.tar.gz egawk-1584660b0ae4f89307609573120259c781e3e986.tar.bz2 egawk-1584660b0ae4f89307609573120259c781e3e986.zip |
VMS updates.
Diffstat (limited to 'vms/vms.h')
-rw-r--r-- | vms/vms.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |