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

Re: twiddle-number problem?



On Sep 27,  9:26am, Peter Stephenson wrote:
} Subject: Re: twiddle-number problem?
}
} > *** Src/subst.c.0	Mon Sep 23 22:04:54 1996
} > --- Src/subst.c	Thu Sep 26 10:13:40 1996
} > ...
} > ! 	} else if (idigit(str[1]) &&   			/* ~42 */
} > ! 		   (isend(str[2]) ||
} > ! 		    (idigit(str[2]) &&
} > ! 		     (isend(str[3]) ||
} > ! 		      (idigit(str[3]) &&
} > ! 		       isend(str[4]))))) {
} > ...
} 
} Oops, there's a close parenthesis missing in that list line.

Hmm, that's funny, it's not missing in the copy I compiled.  How did I
manage that?  Oh well, add the paren by hand ...


-- 
Bart Schaefer                             Brass Lantern Enterprises
http://www.well.com/user/barts            http://www.nbn.com/people/lantern

New male in /home/schaefer:
>N  2 Justin William Schaefer  Sat May 11 03:43  53/4040  "Happy Birthday"



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