no // style comments in my source code!
This commit is contained in:
parent
63a08586be
commit
2dbf82a737
4
tree.c
4
tree.c
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#include "sh.h"
|
#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
|
#define INDENT 8
|
||||||
|
|
||||||
|
@ -931,7 +931,7 @@ dumptree(struct shf *shf, struct op *t)
|
||||||
dumpleftmidrightandout:
|
dumpleftmidrightandout:
|
||||||
shf_putc('\n', shf);
|
shf_putc('\n', shf);
|
||||||
dumptree(shf, t->left);
|
dumptree(shf, t->left);
|
||||||
// middumprightandout:
|
/* middumprightandout: (unused) */
|
||||||
shf_fprintf(shf, "/%s:", name);
|
shf_fprintf(shf, "/%s:", name);
|
||||||
dumprightandout:
|
dumprightandout:
|
||||||
t = t->right;
|
t = t->right;
|
||||||
|
|
Loading…
Reference in New Issue