summaryrefslogtreecommitdiffstats
path: root/src/alloc.h
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-04-09 11:09:07 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-09 11:09:07 +0100
commit7c7e19cf50d76568e2637ad66b095044a41c6a82 (patch)
tree39534337197e3f8f2d713910050a977877effe33 /src/alloc.h
parent5e1792270a072a96157e5d5e1d6a97414e26d0bf (diff)
patch 8.2.4716: memory allocation failure not tested when defining a functionv8.2.4716
Problem: Memory allocation failure not tested when defining a function. Solution: Add a test. (Yegappan Lakshmanan, closes #10127)
Diffstat (limited to 'src/alloc.h')
-rw-r--r--src/alloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.h b/src/alloc.h
index 58ae25c144..651e01f241 100644
--- a/src/alloc.h
+++ b/src/alloc.h
@@ -44,5 +44,6 @@ typedef enum {
aid_newwin_wvars,
aid_newtabpage_tvars,
aid_blob_alloc,
+ aid_get_func,
aid_last
} alloc_id_T;