From 15f72d0cf1390971e047f22dabf7a9e5b24fd85b Mon Sep 17 00:00:00 2001 From: Veladus Date: Mon, 11 Dec 2017 21:49:28 +0100 Subject: Now analyzes over magics instead of symbol names; but dosn't compile for me --- lib/system.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/system.nim b/lib/system.nim index b9f01c306..ca17f70f6 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -463,7 +463,7 @@ type line*: int ## line number of the proc that is currently executing filename*: cstring ## filename of the proc that is currently executing - Exception* {.compilerproc.} = object of RootObj ## \ + Exception* {.compilerproc, magic: "Exception".} = object of RootObj ## \ ## Base exception class. ## ## Each exception has to inherit from `Exception`. See the full `exception -- cgit 1.4.1-2-gfad0