diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-09-15 09:20:20 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-09-15 09:20:20 +0000 |
commit | 49b25bc3d2068df8972b4410f80eef418db11582 (patch) | |
tree | 9a527a414aafb23ee9327caca0862e54e2941614 /Src | |
parent | 3efb2ec3948910bbcf004dcddae0afcf46603ee6 (diff) | |
download | zsh-49b25bc3d2068df8972b4410f80eef418db11582.tar.gz zsh-49b25bc3d2068df8972b4410f80eef418db11582.tar.xz zsh-49b25bc3d2068df8972b4410f80eef418db11582.zip |
Vin Shelton: 19073: Replace C++-style comment.
Vin Shelton: 19038: Make sed grok icc's cpp output.
Diffstat (limited to 'Src')
-rw-r--r-- | Src/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c index ba3026e37..daf4ce36d 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -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 && |