no // style comments in my source code!

This commit is contained in:
tg 2011-04-09 15:05:44 +00:00
parent 63a08586be
commit 2dbf82a737
1 changed files with 2 additions and 2 deletions

4
tree.c
View File

@ -22,7 +22,7 @@
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/tree.c,v 1.41 2011/03/17 21:58:40 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/tree.c,v 1.42 2011/04/09 15:05:44 tg Exp $");
#define INDENT 8
@ -931,7 +931,7 @@ dumptree(struct shf *shf, struct op *t)
dumpleftmidrightandout:
shf_putc('\n', shf);
dumptree(shf, t->left);
// middumprightandout:
/* middumprightandout: (unused) */
shf_fprintf(shf, "/%s:", name);
dumprightandout:
t = t->right;