Skip to content

Commit 96c41e2

Browse files
committedJun 1, 2020
Mark z/OS compatibility code as such
1 parent dd32df1 commit 96c41e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/node_blf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# endif
6161
typedef LONG_PTR SSIZE_T;
6262
typedef SSIZE_T ssize_t;
63-
/* z/OS compatibility */
6463
#endif
6564

65+
/* z/OS compatibility */
6666
#ifdef __MVS__
6767
typedef unsigned char u_int8_t;
6868
typedef unsigned short u_int16_t;

0 commit comments

Comments
 (0)
Please sign in to comment.