From c42b05adb46e846cf56efedf44d1f02da769b2b7 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Wed, 12 Aug 2015 12:04:26 +0300 Subject: Fixed --debugger:on option. Removed c_line from termios. --- lib/nimbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/nimbase.h') diff --git a/lib/nimbase.h b/lib/nimbase.h index e796ba735..d3108812c 100644 --- a/lib/nimbase.h +++ b/lib/nimbase.h @@ -347,7 +347,7 @@ struct TFrame { FR.procname = proc; FR.filename = file; FR.line = 0; FR.len = 0; nimFrame(&FR); #define nimfrs(proc, file, slots, length) \ - struct {TFrame* prev;NCSTRING procname;NI line;NCSTRING filename; NI len; TVarSlot s[slots];} FR; \ + struct {TFrame* prev;NCSTRING procname;NI line;NCSTRING filename; NI len; VarSlot s[slots];} FR; \ FR.procname = proc; FR.filename = file; FR.line = 0; FR.len = length; nimFrame((TFrame*)&FR); #define nimln(n, file) \ -- cgit 1.4.1-2-gfad0