mirror of
https://github.com/curl/curl.git
synced 2026-06-06 16:34:15 +03:00
tool_vms.h whitespace
This commit is contained in:
parent
011cd0d138
commit
68591a33ee
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue