mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-07 12:24:19 +00:00
nimfix cannot handle fileHandle vs FileHandle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user