This was causing compilation failures with clang, that there were 
duplicate const keywords once the macro was expanded in hash.h
Этот коммит содержится в:
Douglas Stebila 2019-07-16 20:22:45 -04:00
родитель aa4611a4d1
Коммит 33ce5e14ce
12 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H
#define hash_state const int
#define hash_state int
#endif

Просмотреть файл

@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H
#define hash_state const int
#define hash_state int
#endif

Просмотреть файл

@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H
#define hash_state const int
#define hash_state int
#endif

Просмотреть файл

@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H
#define hash_state const int
#define hash_state int
#endif

Просмотреть файл

@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H
#define hash_state const int
#define hash_state int
#endif

Просмотреть файл

@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H
#define hash_state const int
#define hash_state int
#endif

Просмотреть файл

@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H
#define hash_state const int
#define hash_state int
#endif

Просмотреть файл

@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H
#define hash_state const int
#define hash_state int
#endif

Просмотреть файл

@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H
#define hash_state const int
#define hash_state int
#endif

Просмотреть файл

@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H
#define hash_state const int
#define hash_state int
#endif

Просмотреть файл

@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H
#define hash_state const int
#define hash_state int
#endif

Просмотреть файл

@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H
#define hash_state const int
#define hash_state int
#endif