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

Re: bug with named pipes and process substitution



On Jul 22, 11:27am, Peter Stephenson wrote:
} Subject: Re: bug with named pipes and process substitution
}
} Sorry, this is an irrelevant uncommitted change.

The following bit is from a different patch also, I believe.  I've been
"git stash"-ing all my changes to re-apply after sourceforge is back.

} diff --git a/Src/zsh.h b/Src/zsh.h
} -#define SCANPM_ISVAR_AT   ((-1)<<15)	/* "$foo[@]"-style substitution
} -					 * Only sign bit is significant
} -					 */
} +/* "$foo[@]"-style substitution
} + * Only sign bit is significant
} + */
} +#define SCANPM_ISVAR_AT   ((int)(((unsigned int)-1)<<15))

-- 
Barton E. Schaefer



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