From 2c0820fb204f25b67f57ce917e44712965684e47 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sun, 27 Jan 2002 18:21:21 +0000 Subject: 16201: introduce the PM_NAMEDDIR flag --- 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 3b6c0aad4..b5e446f6f 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1132,6 +1132,7 @@ struct param { #define PM_AUTOLOAD (1<<23) /* autoloaded from module */ #define PM_NORESTORE (1<<24) /* do not restore value of local special */ #define PM_HASHELEM (1<<25) /* is a hash-element */ +#define PM_NAMEDDIR (1<<26) /* has a corresponding nameddirtab entry */ /* The option string corresponds to the first of the variables above */ #define TYPESET_OPTSTR "aiEFALRZlurtxUhHT" -- cgit 1.4.1