mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-21 00:01:26 +01:00
Remove broken curses debug
This commit is contained in:
parent
788320264e
commit
d18abd1203
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-10-29 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* unposted: configure.ac: remove some broken debugging.
|
||||
|
||||
2007-10-28 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 24028: Doc/Zsh/mod_curses.yo, Src/Modules/curses.c:
|
||||
|
|
|
@ -1374,10 +1374,6 @@ sed 's/\\\\\\\\/\//g' |
|
|||
$AWK '{ if ($1 ~ /\.h/) files[[$1]] = $1 }
|
||||
END { for (var in files) print var }'`"
|
||||
rm -f nametmp.c
|
||||
if x"$curses_list" = x; then
|
||||
echo Failed
|
||||
exit 1
|
||||
fi
|
||||
for CURSES_TRY_H in $curses_list /dev/null
|
||||
do
|
||||
nkeys=`test -f $CURSES_TRY_H && \
|
||||
|
|
Loading…
Reference in a new issue