nimfix cannot handle fileHandle vs FileHandle

This commit is contained in:
Araq
2014-09-09 20:40:24 +02:00
parent 46cfff019f
commit 12796b6c86

View File

@@ -2438,7 +2438,8 @@ when not defined(JS): #and not defined(NimrodVM):
## returns the OS file handle of the file ``f``. This is only useful for
## platform specific programming.
{.deprecated: [fileHandle: getFileHandle].}
when not defined(nimfix):
{.deprecated: [fileHandle: getFileHandle].}
proc cstringArrayToSeq*(a: cstringArray, len: int): seq[string] =
## converts a ``cstringArray`` to a ``seq[string]``. `a` is supposed to be