Revert "clarify that char may not be unsigned" (#20320)

Revert "clarify that `char` may not be unsigned (#20308)"

This reverts commit f433d9cccf.
This commit is contained in:
ringabout
2022-09-08 15:52:30 +08:00
committed by GitHub
parent bbbfde7341
commit 3ea8219d73

View File

@@ -30,7 +30,7 @@ type
# 'float64' is now an alias to 'float'; this solves many problems
type
char* {.magic: Char.} ## Built-in 8 bit character type.
char* {.magic: Char.} ## Built-in 8 bit character type (unsigned).
string* {.magic: String.} ## Built-in string type.
cstring* {.magic: Cstring.} ## Built-in cstring (*compatible string*) type.
pointer* {.magic: Pointer.} ## Built-in pointer type, use the `addr`