diff options
author | Araq <rumpf_a@web.de> | 2014-08-28 09:50:51 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-08-28 09:50:51 +0200 |
commit | d05df2173b95155a53e9c731f1c78b754eb2410c (patch) | |
tree | 65f20fc74273b77bf158911af281253a89ec5a59 /lib/wrappers/sphinx.nim | |
parent | 2781fea9e2a67e86f37277f5e2808fc444a1173a (diff) | |
download | Nim-d05df2173b95155a53e9c731f1c78b754eb2410c.tar.gz |
Nimrod renamed to Nim
Diffstat (limited to 'lib/wrappers/sphinx.nim')
-rw-r--r-- | lib/wrappers/sphinx.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wrappers/sphinx.nim b/lib/wrappers/sphinx.nim index b4e127c65..e4a282968 100644 --- a/lib/wrappers/sphinx.nim +++ b/lib/wrappers/sphinx.nim @@ -12,7 +12,7 @@ # did not, you can find it at http://www.gnu.org/ # -## Nimrod wrapper for ``sphinx``. +## Nim wrapper for ``sphinx``. {.deadCodeElim: on.} when defined(windows): |