patch 9.0.2190: proto files need update

Problem:  proto files need update
Solution: re-generate them

Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/proto/vim9execute.pro b/src/proto/vim9execute.pro
index 15beb75..e08e436 100644
--- a/src/proto/vim9execute.pro
+++ b/src/proto/vim9execute.pro
@@ -4,7 +4,7 @@
 int funcstack_check_refcount(funcstack_T *funcstack);
 int set_ref_in_funcstacks(int copyID);
 int in_def_function(void);
-int fill_exec_lval_root(lval_root_T *lr);
+int fill_exec_lval_root(lval_root_T *root);
 ectx_T *clear_current_ectx(void);
 void restore_current_ectx(ectx_T *ectx);
 int add_defer_function(char_u *name, int argcount, typval_T *argvars);