Rename feature 64-bit -> bits-64
Portable symbols should not start with a digit.
This commit is contained in:
parent
e53e4f0fb3
commit
02852627da
2
c/env.c
2
c/env.c
|
@ -45,7 +45,7 @@ static value_t get_features_list(void)
|
||||||
initialized = 1;
|
initialized = 1;
|
||||||
accum_init(&acc);
|
accum_init(&acc);
|
||||||
#ifdef BITS64
|
#ifdef BITS64
|
||||||
accum_elt(&acc, symbol("64-bit"));
|
accum_elt(&acc, symbol("bits-64"));
|
||||||
#endif
|
#endif
|
||||||
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
|
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
|
||||||
accum_elt(&acc, symbol("big-endian"));
|
accum_elt(&acc, symbol("big-endian"));
|
||||||
|
|
Loading…
Reference in New Issue