mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
unicode.nim compiles again
This commit is contained in:
@@ -1176,5 +1176,5 @@ proc cmpRunesIgnoreCase*(a, b: string): int =
|
||||
if result != 0: return
|
||||
result = a.len - b.len
|
||||
|
||||
proc substringAt*(s, sub: string, start: int): int =
|
||||
|
||||
#proc substringAt*(s, sub: string, start: int): int =
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user