X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/4f2379351847bdadd3fa6ff698dc381c6bee5bea..a33d774ea958a89130114faf70810f48fd12781d:/csrc/pf_core.c diff --git a/csrc/pf_core.c b/csrc/pf_core.c index 19e75a8..00149f4 100644 --- a/csrc/pf_core.c +++ b/csrc/pf_core.c @@ -98,7 +98,7 @@ static void pfInit( void ) /* non-zero */ gVarBase = 10; /* Numeric Base. */ gDepthAtColon = DEPTH_AT_COLON_INVALID; - gVarTraceStack = 1; + gVarTraceStack = 1; pfInitMemoryAllocator(); ioInit();