diff options
Diffstat (limited to 'compiler/configuration.nim')
-rw-r--r-- | compiler/configuration.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/configuration.nim b/compiler/configuration.nim index 20003bb2e..f7b9803e7 100644 --- a/compiler/configuration.nim +++ b/compiler/configuration.nim @@ -280,7 +280,7 @@ errAmbiguousCallXYZ: "ambiguous call; both $1 and $2 match for: $3", errWrongNumberOfArguments: "wrong number of arguments", errWrongNumberOfArgumentsInCall: "wrong number of arguments in call to '$1'", errMissingGenericParamsForTemplate: "'$1' has unspecified generic parameters", -errXCannotBePassedToProcVar: "'$1' cannot be passed to a procvar", +errXCannotBePassedToProcVar: , errPragmaOnlyInHeaderOfProcX: "pragmas are only allowed in the header of a proc; redefinition of $1", errImplOfXNotAllowed: "implementation of '$1' is not allowed", errImplOfXexpected: , |