|
@@ -244,9 +244,6 @@ extern "C" {
|
|
|
#define TIME_MAX TYPE_MAXIMUM(time_t)
|
|
|
#endif
|
|
|
|
|
|
-/* HOST_LONG_BITS is the size of a native pointer in bits. */
|
|
|
-#define HOST_LONG_BITS (__SIZEOF_POINTER__ * 8)
|
|
|
-
|
|
|
/* Mac OSX has a <stdint.h> bug that incorrectly defines SIZE_MAX with
|
|
|
* the wrong type. Our replacement isn't usable in preprocessor
|
|
|
* expressions, but it is sufficient for our needs. */
|