Skip to content

Commit

Permalink
remove unused c_toupper and c_tolower
Browse files Browse the repository at this point in the history
  • Loading branch information
phoddie committed Sep 27, 2021
1 parent 52f2a3b commit 10cc52e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions xs/platforms/xsPlatform.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,6 @@
typedef uint64_t txU8;
#endif

#ifndef c_tolower
#define c_tolower tolower
#endif
#ifndef c_toupper
#define c_toupper toupper
#endif

#ifndef c_jmp_buf
typedef jmp_buf c_jmp_buf;
#endif
Expand Down

0 comments on commit 10cc52e

Please sign in to comment.