Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

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@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author