From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6943 invoked from network); 9 Mar 1999 14:48:21 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Mar 1999 14:48:21 -0000 Received: (qmail 25108 invoked by alias); 9 Mar 1999 14:46:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5713 Received: (qmail 25085 invoked from network); 9 Mar 1999 14:46:39 -0000 Date: Tue, 9 Mar 1999 15:44:30 +0100 (MET) Message-Id: <199903091444.PAA14813@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: "Andrej Borsenkow"'s message of Tue, 9 Mar 1999 17:28:01 +0300 Subject: RE: PATCH: tricky.c bug fix(es) Andrej Borsenkow wrote: > > if ((addwhat == CC_FILES || > > - addwhat == -5) && !*psuf && !*fsuf) { > > + addwhat == -5) && !*psuf) { > > + //---- && !*fsuf) { > > Sorry? Is it C? Or C++? In C the ``//'' is invalid; and in C++ the brace is > lost That's part my C-style of debugging (gcc can handle that). Peter: I'm terribly sorry about all this commotion I'm causing today. Bye Sven diff -u os/Zle/zle_tricky.c Src/Zle/zle_tricky.c --- os/Zle/zle_tricky.c Tue Mar 9 15:17:03 1999 +++ Src/Zle/zle_tricky.c Tue Mar 9 15:42:53 1999 @@ -4419,7 +4419,6 @@ if ((addwhat == CC_FILES || addwhat == -5) && !*psuf) { - //---- && !*fsuf) { /* If this is a filename, do the fignore check. */ char **pt = fignore; int filell; -- Sven Wischnowsky wischnow@informatik.hu-berlin.de