summary refs log tree commit diff stats
path: root/compiler/configuration.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/configuration.nim')
-rw-r--r--compiler/configuration.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/configuration.nim b/compiler/configuration.nim
index 44345186d..b2548eb74 100644
--- a/compiler/configuration.nim
+++ b/compiler/configuration.nim
@@ -221,7 +221,7 @@ errUseQualifier: "ambiguous identifier: '$1' -- use a qualifier",
 errTypeExpected: "type expected",
 errSystemNeeds: "system module needs '$1'",
 errExecutionOfProgramFailed: "execution of an external program failed: '$1'",
-errNotOverloadable: "overloaded '$1' leads to ambiguous calls",
+errNotOverloadable: ,
 errInvalidArgForX: "invalid argument for '$1'",
 errStmtHasNoEffect: "statement has no effect",
 errXExpectsTypeOrValue: "'$1' expects a type or value",
@@ -305,7 +305,7 @@ errInvalidOrderInEnumX: "invalid order in enum '$1'",
 errEnumXHasHoles: "enum '$1' has holes",
 errExceptExpected: "'except' or 'finally' expected",
 errInvalidTry: "after catch all 'except' or 'finally' no section may follow",
-errOptionExpected: "option expected, but found '$1'",
+errOptionExpected: ,
 errXisNoLabel: "'$1' is not a label",
 errNotAllCasesCovered: "not all cases are covered",
 errUnknownSubstitionVar: "unknown substitution variable: '$1'",