From f49cc60aa802862c595ff619dccc11271633a94b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 11 Nov 2018 15:21:05 +0100 Subject: patch 8.1.0519: cannot save and restore the tag stack Problem: Cannot save and restore the tag stack. Solution: Add gettagstack() and settagstack(). (Yegappan Lakshmanan, closes #3604) --- src/alloc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/alloc.h') diff --git a/src/alloc.h b/src/alloc.h index 60fa4bd66..36890054f 100644 --- a/src/alloc.h +++ b/src/alloc.h @@ -18,5 +18,8 @@ typedef enum { aid_qf_module, aid_qf_errmsg, aid_qf_pattern, + aid_tagstack_items, + aid_tagstack_from, + aid_tagstack_details, aid_last } alloc_id_T; -- cgit v1.2.1