From 65f56b565666690a878cedfbf3f24f364e58a8a5 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sat, 8 Nov 2014 21:59:58 +0000 Subject: 33655: remove overlap of node flags --- Src/zsh.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Src') diff --git a/Src/zsh.h b/Src/zsh.h index d284c7aa7..031deaf3f 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1865,9 +1865,9 @@ typedef groupset *Groupset; #define PRINT_TYPESET (1<<5) /* flags for printing for the whence builtin */ -#define PRINT_WHENCE_CSH (1<<5) -#define PRINT_WHENCE_VERBOSE (1<<6) -#define PRINT_WHENCE_SIMPLE (1<<7) +#define PRINT_WHENCE_CSH (1<<6) +#define PRINT_WHENCE_VERBOSE (1<<7) +#define PRINT_WHENCE_SIMPLE (1<<8) #define PRINT_WHENCE_FUNCDEF (1<<9) #define PRINT_WHENCE_WORD (1<<10) -- cgit 1.4.1