From d0baf75be8a6b819fd7a14ba8a574d9057756f64 Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Tue, 13 Nov 2007 01:30:52 +0000 Subject: Merge of 23221: Martin Koeppe: don't used XTABS if not available. --- Src/zsh.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src') diff --git a/Src/zsh.h b/Src/zsh.h index 9a45fee38..903dd9c38 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1690,7 +1690,9 @@ struct ttyinfo { # ifdef OXTABS #define SGTABTYPE OXTABS # else +# ifdef XTABS #define SGTABTYPE XTABS +# endif # endif # endif -- cgit 1.4.1