diff options
author | Erik Johansson Andersson <ephja@yandex.com> | 2016-02-05 19:11:43 +0100 |
---|---|---|
committer | Erik Johansson Andersson <ephja@yandex.com> | 2016-02-05 19:11:43 +0100 |
commit | f8d98700ac48423f399def1dbb2b4acca8b5c1fe (patch) | |
tree | abad731e6c40cef7e62e676aa43d818181c82f34 /compiler/idgen.nim | |
parent | ac1e7a245093bb28a1a366f1e169ab50e6660c94 (diff) | |
download | Nim-f8d98700ac48423f399def1dbb2b4acca8b5c1fe.tar.gz |
nimrod -> nim
Diffstat (limited to 'compiler/idgen.nim')
-rw-r--r-- | compiler/idgen.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/idgen.nim b/compiler/idgen.nim index c07782fb2..906c16546 100644 --- a/compiler/idgen.nim +++ b/compiler/idgen.nim @@ -44,7 +44,7 @@ proc toGid(f: string): string = # we used to use ``f.addFileExt("gid")`` (aka ``$project.gid``), but this # will cause strange bugs if multiple projects are in the same folder, so # we simply use a project independent name: - result = options.completeGeneratedFilePath("nimrod.gid") + result = options.completeGeneratedFilePath("nim.gid") proc saveMaxIds*(project: string) = var f = open(project.toGid, fmWrite) |