Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: PATCH: tricky.c bug fix(es)
- X-seq: zsh-workers 5713
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: RE: PATCH: tricky.c bug fix(es)
- Date: Tue, 9 Mar 1999 15:44:30 +0100 (MET)
- In-reply-to: "Andrej Borsenkow"'s message of Tue, 9 Mar 1999 17:28:01 +0300
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author