From f5272bccd873e7df4cd63f13ee0e880cf832507e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 13 Feb 2017 16:32:50 +0000 Subject: 40536: Prepend directory to $fpath. Used if parent function is autoloaded by absolute path so as to find functions in the same suite without shell code modification. --- Src/zsh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index c3874144e..f2c279002 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1807,6 +1807,7 @@ struct tieddata { #define PM_READONLY (1<<10) /* readonly */ #define PM_TAGGED (1<<11) /* tagged */ #define PM_EXPORTED (1<<12) /* exported */ +#define PM_ABSPATH_USED (1<<12) /* (function): loaded using absolute path */ /* The following are the same since they * * both represent -U option to typeset */ -- cgit 1.4.1