From 777770fbb0f3c091cbfa22572b953c0723355710 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 6 Feb 2020 21:27:08 +0100 Subject: patch 8.2.0225: compiling lambda not tested yet Problem: compiling lambda not tested yet. Solution: Add test for lambda and funcref. Drop unused instruction arg. --- src/vim9.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vim9.h') diff --git a/src/vim9.h b/src/vim9.h index a9f0710438..a97796505f 100644 --- a/src/vim9.h +++ b/src/vim9.h @@ -130,7 +130,6 @@ typedef struct { typedef enum { JUMP_ALWAYS, - JUMP_IF_TRUE, // pop and jump if true JUMP_IF_FALSE, // pop and jump if false JUMP_AND_KEEP_IF_TRUE, // jump if top of stack is true, drop if not JUMP_AND_KEEP_IF_FALSE, // jump if top of stack is false, drop if not -- cgit v1.2.3