From 0672c753596bd454e7456fe660eab1b8bf2879d1 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Sat, 28 Jan 2017 15:37:27 -0800 Subject: 40439: PAT_HEAPDUP definition just for clarity --- 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 d0222605b..c3874144e 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1531,6 +1531,7 @@ struct patstralloc { /* Flags used in pattern matchers (Patprog) and passed down to patcompile */ +#define PAT_HEAPDUP 0x0000 /* Dummy flag for default behavior */ #define PAT_FILE 0x0001 /* Pattern is a file name */ #define PAT_FILET 0x0002 /* Pattern is top level file, affects ~ */ #define PAT_ANY 0x0004 /* Match anything (cheap "*") */ -- cgit 1.4.1