aboutsummaryrefslogtreecommitdiffstats
path: root/libalee/ctype.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-03-18 12:40:46 -0400
committerClyne Sullivan <clyne@bitgloo.com>2023-03-18 12:40:46 -0400
commitd36bb13f52b3899fd0f57e38f00d97e2c3a0f627 (patch)
treee1a2780f42bf82c6fcbbd9c2219d55dbc8f03c53 /libalee/ctype.hpp
parent74753670d582e4ceeaba383e4ce360eb13004a35 (diff)
-Wconversion
Diffstat (limited to 'libalee/ctype.hpp')
-rw-r--r--libalee/ctype.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/libalee/ctype.hpp b/libalee/ctype.hpp
index dfc6f50..5842dfb 100644
--- a/libalee/ctype.hpp
+++ b/libalee/ctype.hpp
@@ -26,16 +26,9 @@
#include <cstdint>
bool isspace(uint8_t);
-bool isspace(char);
-
bool isdigit(uint8_t);
-bool isdigit(char);
-
bool isalpha(uint8_t);
-bool isalpha(char);
-
bool isupper(uint8_t);
-bool isupper(char);
#endif // ALEEFORTH_CTYPE_HPP