diff options
Diffstat (limited to 'compiler/lineinfos.nim')
-rw-r--r-- | compiler/lineinfos.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/lineinfos.nim b/compiler/lineinfos.nim index 9e0fe68fc..c4546b7ed 100644 --- a/compiler/lineinfos.nim +++ b/compiler/lineinfos.nim @@ -279,3 +279,4 @@ proc initMsgConfig*(): MsgConfig = result.filenameToIndexTbl = initTable[string, FileIndex]() result.fileInfos = @[] result.errorOutputs = {eStdOut, eStdErr} + result.filenameToIndexTbl["???"] = FileIndex(-1) |