mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
23221: Martin Koeppe: don't use XTABS if not defined
This commit is contained in:
parent
ab29ab8b3f
commit
3b14a11d1f
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-03-19 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 23221: Martin Koeppe: don't used XTABS if not available.
|
||||
|
||||
2007-03-15 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 23219: Src/options.c: Ismail Dönmez reported that lower
|
||||
|
|
|
@ -1766,7 +1766,9 @@ struct ttyinfo {
|
|||
# ifdef OXTABS
|
||||
#define SGTABTYPE OXTABS
|
||||
# else
|
||||
# ifdef XTABS
|
||||
#define SGTABTYPE XTABS
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue