ikozhukhov commented on this pull request.


> @@ -34,7 +34,6 @@
  */
 #define tolower(C)     (((C) >= 'A' && (C) <= 'Z') ? (C) - 'A' + 'a' : (C))
 #define toupper(C)      (((C) >= 'a' && (C) <= 'z') ? (C) - 'a' + 'A': (C))
-#define iscntrl(C)     ((((C) >= 0) && ((C) <= 0x1f)) || ((C) == 0x7f))

@gwr I'm not sure, because it can be done the same for proposed mdb version too?
why not to reuse tested as long time realization?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/418#discussion_r178436966
------------------------------------------
openzfs: openzfs-developer
Permalink: 
https://openzfs.topicbox.com/groups/developer/discussions/Tf974af07ec408e5e-Mcb36d7cf3261557e2e5c6702
Delivery options: https://openzfs.topicbox.com/groups

Reply via email to