get rid of __LONG_LONG_SUPPORTED
. also drop minix-specific code in libarchive that was needed for not supporting 64 bit ints
This commit is contained in:
@@ -29,8 +29,6 @@
|
||||
#undef TYPEU
|
||||
#undef TYPE_FUNC
|
||||
|
||||
#ifdef __LONG_LONG_SUPPORTED
|
||||
|
||||
/* test strtoll */
|
||||
#define TYPE long long
|
||||
#define TYPEU unsigned long long
|
||||
@@ -49,8 +47,6 @@
|
||||
#undef TYPEU
|
||||
#undef TYPE_FUNC
|
||||
|
||||
#endif /* defined(__LONG_LONG_SUPPORTED) */
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
start(45);
|
||||
|
||||
@@ -6,9 +6,7 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#if defined(__LONG_LONG_SUPPORTED) || (_WORD_SIZE > 2 && __L64)
|
||||
#define TEST_64_BIT
|
||||
#endif
|
||||
|
||||
#define ERR e(__LINE__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user