unicode.nim compiles again

This commit is contained in:
Andreas Rumpf
2010-05-29 00:48:51 +02:00
parent 8f13575978
commit cb21b0e7a7

View File

@@ -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 =
#