From 96c41e2ce1ae9ac7d5451d991eff7270803c74f2 Mon Sep 17 00:00:00 2001 From: Amitosh Swain Mahapatra Date: Mon, 1 Jun 2020 22:34:47 +0530 Subject: [PATCH] Mark z/OS compatibility code as such --- src/node_blf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_blf.h b/src/node_blf.h index 2aa58e72..770b51a0 100644 --- a/src/node_blf.h +++ b/src/node_blf.h @@ -60,9 +60,9 @@ # endif typedef LONG_PTR SSIZE_T; typedef SSIZE_T ssize_t; -/* z/OS compatibility */ #endif +/* z/OS compatibility */ #ifdef __MVS__ typedef unsigned char u_int8_t; typedef unsigned short u_int16_t;