diff options
Diffstat (limited to 'lib/system/widestrs.nim')
-rw-r--r-- | lib/system/widestrs.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/system/widestrs.nim b/lib/system/widestrs.nim index e2a5d87e9..e9673888c 100644 --- a/lib/system/widestrs.nim +++ b/lib/system/widestrs.nim @@ -7,8 +7,8 @@ # distribution, for details about the copyright. # -## Nimrod support for C/C++'s `wide strings`:idx:. This is part of the system -## module! Do not import it directly! +# Nimrod support for C/C++'s `wide strings`:idx:. This is part of the system +# module! Do not import it directly! when not defined(NimString): {.error: "You must not import this module explicitly".} |