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
コミット 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