indent comment

This commit is contained in:
Fumitoshi UKAI
2002-01-25 15:13:55 +00:00
parent 3849ebdadb
commit 556074e95e

6
rc.c
View File

@@ -1,4 +1,4 @@
/* $Id: rc.c,v 1.36 2002/01/25 14:55:20 ukai Exp $ */ /* $Id: rc.c,v 1.37 2002/01/25 15:13:55 ukai Exp $ */
/* /*
* Initialization file etc. * Initialization file etc.
*/ */
@@ -364,10 +364,10 @@ static struct sel_c colorstr[] = {
}; };
#endif /* USE_COLOR */ #endif /* USE_COLOR */
#if 1 /* ANSI-C ? */ #if 1 /* ANSI-C ? */
#define N_STR(x) #x #define N_STR(x) #x
#define N_S(x) (x), N_STR(x) #define N_S(x) (x), N_STR(x)
#else /* for traditional cpp? */ #else /* for traditional cpp? */
static char n_s[][2] = { static char n_s[][2] = {
{'0', 0}, {'0', 0},
{'1', 0}, {'1', 0},