indent comment
This commit is contained in:
6
rc.c
6
rc.c
@@ -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.
|
||||
*/
|
||||
@@ -364,10 +364,10 @@ static struct sel_c colorstr[] = {
|
||||
};
|
||||
#endif /* USE_COLOR */
|
||||
|
||||
#if 1 /* ANSI-C ? */
|
||||
#if 1 /* ANSI-C ? */
|
||||
#define N_STR(x) #x
|
||||
#define N_S(x) (x), N_STR(x)
|
||||
#else /* for traditional cpp? */
|
||||
#else /* for traditional cpp? */
|
||||
static char n_s[][2] = {
|
||||
{'0', 0},
|
||||
{'1', 0},
|
||||
|
Reference in New Issue
Block a user