From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-request@euclid.skiles.gatech.edu Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id AAA23108 for ; Wed, 16 Oct 1996 00:04:17 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id JAA20489; Tue, 15 Oct 1996 09:51:55 -0400 (EDT) Resent-Date: Tue, 15 Oct 1996 09:51:55 -0400 (EDT) Message-Id: <199610151351.PAA16223@hydra.ifh.de> X-Authentication-Warning: hydra.ifh.de: Host pws@localhost didn't use HELO protocol To: zsh-workers@math.gatech.edu (Zsh hackers list) Subject: getzlequery Date: Tue, 15 Oct 1996 15:51:27 +0200 From: Peter Stephenson Resent-Message-ID: <"eL1Zk.0.305.xRvOo"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2231 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I'm getting a `test is always zero' message from getlzlequery() in zle_utils.c due to testing whether a char is EOF. This is something to do with: * Src/utils.c: getquery always returned n on cray-unicos. From Richard D. Slater (2136) Either the test shouldn't be there, or the variable c should be an int, or the variable should be a signed char and we need to check whether the compiler supports it (and we presumably lose the ability to recognise character 255, so that's probably wrong). I don't know which avoids reintroducing the UNICOS problem. -- Peter Stephenson Tel: +49 33762 77366 WWW: http://www.ifh.de/~pws/ Fax: +49 33762 77413 Deutches Electronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen DESY-IfH, 15735 Zeuthen, Germany.