Rename feature 64-bit -> bits-64

Portable symbols should not start with a digit.
This commit is contained in:
Lassi Kortela 2020-02-13 23:52:45 +02:00
parent e53e4f0fb3
commit 02852627da
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ static value_t get_features_list(void)
initialized = 1;
accum_init(&acc);
#ifdef BITS64
accum_elt(&acc, symbol("64-bit"));
accum_elt(&acc, symbol("bits-64"));
#endif
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
accum_elt(&acc, symbol("big-endian"));