From 49b25bc3d2068df8972b4410f80eef418db11582 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 15 Sep 2003 09:20:20 +0000 Subject: Vin Shelton: 19073: Replace C++-style comment. Vin Shelton: 19038: Make sed grok icc's cpp output. --- Src/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') 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 && -- cgit 1.4.1