From 65b3fdc4ab7db92bdb046fa1d69ac2ae7c3b03b9 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 13 Jun 2000 09:13:29 +0000 Subject: Make PRINT_* flags unique again --- Src/zsh.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index d4f521f48..293947463 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1216,11 +1216,11 @@ struct nameddir { #define PRINT_INCLUDEVALUE (1<<4) /* flags for printing for the whence builtin */ -#define PRINT_WHENCE_CSH (1<<4) -#define PRINT_WHENCE_VERBOSE (1<<5) -#define PRINT_WHENCE_SIMPLE (1<<6) -#define PRINT_WHENCE_FUNCDEF (1<<7) -#define PRINT_WHENCE_WORD (1<<8) +#define PRINT_WHENCE_CSH (1<<5) +#define PRINT_WHENCE_VERBOSE (1<<6) +#define PRINT_WHENCE_SIMPLE (1<<7) +#define PRINT_WHENCE_FUNCDEF (1<<9) +#define PRINT_WHENCE_WORD (1<<10) /***********************************/ /* Definitions for history control */ -- cgit 1.4.1