mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 06:18:51 +00:00
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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user