about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-11-13 01:30:52 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-11-13 01:30:52 +0000
commitd0baf75be8a6b819fd7a14ba8a574d9057756f64 (patch)
treeabf4db5bec23e5b14b4548422f447da4204225fa /Src
parent56d34005d52dba73ec7b08b06583a28ce67fb98c (diff)
downloadzsh-d0baf75be8a6b819fd7a14ba8a574d9057756f64.tar.gz
zsh-d0baf75be8a6b819fd7a14ba8a574d9057756f64.tar.xz
zsh-d0baf75be8a6b819fd7a14ba8a574d9057756f64.zip
Merge of 23221: Martin Koeppe: don't used XTABS if not available.
Diffstat (limited to 'Src')
-rw-r--r--Src/zsh.h2
1 files changed, 2 insertions, 0 deletions
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