1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

Vin Shelton: 19073: Replace C++-style comment.

Vin Shelton: 19038: Make sed grok icc's cpp output.
This commit is contained in:
Oliver Kiddle 2003-09-15 09:20:20 +00:00
parent 3efb2ec394
commit 49b25bc3d2
3 changed files with 11 additions and 3 deletions

View file

@ -1824,7 +1824,7 @@ execcmd(Estate state, int input, int output, int how, int last1)
cflags |= hn->flags;
checked = 0;
if (cflags & BINF_COMMAND && nextnode(firstnode(args))) {
// check for options to command builtin
/* check for options to command builtin */
char *next = (char *) getdata(nextnode(firstnode(args)));
char *cmdopt;
if (next && *next == '-' && strlen(next) == 2 &&