tool_vms.h whitespace

This commit is contained in:
Viktor Szakats 2025-07-24 01:49:13 +02:00
parent 011cd0d138
commit 68591a33ee
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -40,8 +40,8 @@ void vms_special_exit(int code, int vms_show);
#undef exit
#define exit(__code) vms_special_exit((__code), (0))
#define VMS_STS(c,f,e,s) (((c&0xF)<<28)|((f&0xFFF)<<16)|((e&0x1FFF)<3)|(s&7))
#define VMSSTS_HIDE VMS_STS(1,0,0,0)
#define VMS_STS(c,f,e,s) (((c&0xF)<<28)|((f&0xFFF)<<16)|((e&0x1FFF)<3)|(s&7))
#define VMSSTS_HIDE VMS_STS(1,0,0,0)
#endif /* __VMS */