Remove const
This was causing compilation failures with clang, that there were duplicate const keywords once the macro was expanded in hash.h
Šī revīzija ir iekļauta:
vecāks
aa4611a4d1
revīzija
33ce5e14ce
@ -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
|
||||
|
Notiek ielāde…
Atsaukties uz šo jaunā problēmā
Block a user