From 115d20373c21b107a428a55247c64f900e116038 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 6 Apr 2019 22:18:25 +0200 Subject: Update tengo vendor and load the stdlib. Fixes #789 (#792) --- vendor/github.com/d5/tengo/runtime/frame.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/d5/tengo/runtime/frame.go') diff --git a/vendor/github.com/d5/tengo/runtime/frame.go b/vendor/github.com/d5/tengo/runtime/frame.go index 90151a1e..cbaadbdb 100644 --- a/vendor/github.com/d5/tengo/runtime/frame.go +++ b/vendor/github.com/d5/tengo/runtime/frame.go @@ -7,7 +7,7 @@ import ( // Frame represents a function call frame. type Frame struct { fn *objects.CompiledFunction - freeVars []*objects.Object + freeVars []*objects.ObjectPtr ip int basePointer int } -- cgit v1.2.3