diff options
Diffstat (limited to 'compiler/idents.nim')
-rw-r--r-- | compiler/idents.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/idents.nim b/compiler/idents.nim index a50c5269c..f0935c204 100644 --- a/compiler/idents.nim +++ b/compiler/idents.nim @@ -103,4 +103,5 @@ proc IdentEq*(id: PIdent, name: string): bool = result = id.id == getIdent(name).id var idAnon* = getIdent":anonymous" +let idDelegator* = getIdent":delegator" |