From 10437787b0e8ede80976de4a1c22775fc1282f36 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 29 Nov 2017 11:36:57 +0100 Subject: Implement eval hooking It's not possible to hook the `eval` builtin like other functions.--- src/sp_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sp_config.h') diff --git a/src/sp_config.h b/src/sp_config.h index 12f12e8..6d091ae 100644 --- a/src/sp_config.h +++ b/src/sp_config.h @@ -115,6 +115,7 @@ typedef struct { typedef struct { sp_node_t *construct_include; // list of rules for `(include|require)_(once)?` + sp_node_t *construct_eval; sp_node_t *construct_echo; } sp_config_disabled_constructs; -- cgit v1.3