diff options
author | Araq <rumpf_a@web.de> | 2014-08-28 09:38:14 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-08-28 09:38:14 +0200 |
commit | 2781fea9e2a67e86f37277f5e2808fc444a1173a (patch) | |
tree | 4dbb9f359143e83ffc8c9fce680af3f5accd4bc0 /compiler/nimconf.nim | |
parent | 649dfa09c4fcef2d8174cf4f997aa482600a718e (diff) | |
download | Nim-2781fea9e2a67e86f37277f5e2808fc444a1173a.tar.gz |
Nimrod renamed to Nim
Diffstat (limited to 'compiler/nimconf.nim')
-rw-r--r-- | compiler/nimconf.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/nimconf.nim b/compiler/nimconf.nim index 136a0d454..d23c7f1be 100644 --- a/compiler/nimconf.nim +++ b/compiler/nimconf.nim @@ -1,6 +1,6 @@ # # -# The Nimrod Compiler +# The Nim Compiler # (c) Copyright 2012 Andreas Rumpf # # See the file "copying.txt", included in this @@ -14,7 +14,7 @@ import options, idents, wordrecg # ---------------- configuration file parser ----------------------------- -# we use Nimrod's scanner here to safe space and work +# we use Nim's scanner here to safe space and work proc ppGetTok(L: var TLexer, tok: var TToken) = # simple filter |