summary refs log tree commit diff stats
path: root/compiler/lineinfos.nim
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-03-10 16:31:34 -0700
committerGitHub <noreply@github.com>2020-03-11 00:31:34 +0100
commite64f1c7ee4a25a1df837617f4a79ce7e515b9e0d (patch)
treeacac38f8164d30f10f4ef6efc3d4bba87c180efa /compiler/lineinfos.nim
parent3b7b01779856f50de94467fef9409ce228aa1ff1 (diff)
downloadNim-e64f1c7ee4a25a1df837617f4a79ce7e515b9e0d.tar.gz
`koch --nim:pathto/nim boot` and `koch boot --hint:cc:off` now work (#13516)
* `koch boot --hint:cc:off` now works

* `koch --nim:pathto/nim boot` now works; code cleanup
Diffstat (limited to 'compiler/lineinfos.nim')
-rw-r--r--compiler/lineinfos.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/lineinfos.nim b/compiler/lineinfos.nim
index 9095dd13d..5ac65201e 100644
--- a/compiler/lineinfos.nim
+++ b/compiler/lineinfos.nim
@@ -99,7 +99,7 @@ const
     hintSuccess: "operation successful: $#",
     # keep in sync with `pegSuccess` see testament.nim
     hintSuccessX: "$loc LOC; $sec sec; $mem; $build build; proj: $project; out: $output",
-    hintCC: "CC: \'$1\'", # unused
+    hintCC: "CC: $1",
     hintLineTooLong: "line too long",
     hintXDeclaredButNotUsed: "'$1' is declared but not used",
     hintConvToBaseNotNeeded: "conversion to base object is not needed",