From 3ea8219d73b2aed53daa954627230eaa667394dc Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 8 Sep 2022 15:52:30 +0800 Subject: [PATCH] Revert "clarify that `char` may not be unsigned" (#20320) Revert "clarify that `char` may not be unsigned (#20308)" This reverts commit f433d9cccf1a05da1a24e9fed9b914b7a2a35945. --- lib/system.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/system.nim b/lib/system.nim index 228e15bbee..4faea91f18 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -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`