diff options
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -170,8 +170,6 @@ typedef long int int64_t; | |||
170 | # if (SIZEOF_LONG_LONG_INT == 8) | 170 | # if (SIZEOF_LONG_LONG_INT == 8) |
171 | typedef long long int int64_t; | 171 | typedef long long int int64_t; |
172 | # define HAVE_INTXX_T 1 | 172 | # define HAVE_INTXX_T 1 |
173 | # else | ||
174 | # error "64 bit int type not found." | ||
175 | # endif | 173 | # endif |
176 | # endif | 174 | # endif |
177 | #endif | 175 | #endif |
@@ -182,8 +180,6 @@ typedef unsigned long int u_int64_t; | |||
182 | # if (SIZEOF_LONG_LONG_INT == 8) | 180 | # if (SIZEOF_LONG_LONG_INT == 8) |
183 | typedef unsigned long long int u_int64_t; | 181 | typedef unsigned long long int u_int64_t; |
184 | # define HAVE_U_INTXX_T 1 | 182 | # define HAVE_U_INTXX_T 1 |
185 | # else | ||
186 | # error "64 bit int type not found." | ||
187 | # endif | 183 | # endif |
188 | # endif | 184 | # endif |
189 | #endif | 185 | #endif |