Skip to content

Commit 0672c75

Browse files
committed
40439: PAT_HEAPDUP definition just for clarity
1 parent 34f70c5 commit 0672c75

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017-01-28 Barton E. Schaefer <[email protected]>
2+
3+
* 40439: Src/zsh.h: PAT_HEAPDUP definition just for clarity
4+
15
2017-01-28 Peter Stephenson <[email protected]>
26

37
* 40440: ../Doc/Zsh/mod_parameter.yo, Modules/parameter.c,

Src/zsh.h

+1
Original file line numberDiff line numberDiff line change
@@ -1531,6 +1531,7 @@ struct patstralloc {
15311531

15321532
/* Flags used in pattern matchers (Patprog) and passed down to patcompile */
15331533

1534+
#define PAT_HEAPDUP 0x0000 /* Dummy flag for default behavior */
15341535
#define PAT_FILE 0x0001 /* Pattern is a file name */
15351536
#define PAT_FILET 0x0002 /* Pattern is top level file, affects ~ */
15361537
#define PAT_ANY 0x0004 /* Match anything (cheap "*") */

0 commit comments

Comments
 (0)