mirror of
https://github.com/xroche/httrack.git
synced 2026-07-12 03:46:58 +03:00
Compare commits
1 Commits
test-176-e
...
fix-176-up
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5b05c163c |
@@ -355,11 +355,8 @@ typedef __int64 LLint;
|
||||
typedef __int64 TStamp;
|
||||
|
||||
#define LLintP "%I64d"
|
||||
/* x32/ILP32 sets __x86_64__ but long is 32-bit; exclude it so LLint stays
|
||||
* 64-bit. */
|
||||
#elif (defined(_LP64) || defined(__x86_64__) || defined(__powerpc64__) || \
|
||||
defined(__64BIT__)) && \
|
||||
!defined(__ILP32__)
|
||||
defined(__64BIT__))
|
||||
|
||||
typedef long int LLint;
|
||||
|
||||
@@ -376,10 +373,6 @@ typedef long long int TStamp;
|
||||
|
||||
#endif /* HTS_LONGLONG */
|
||||
|
||||
/* Claiming long-long support must yield a real 64-bit LLint (x32 regressed:
|
||||
__x86_64__ set but long is 32-bit). Compile-time trip, portable to C90. */
|
||||
typedef char hts_assert_llint_is_64bit[sizeof(LLint) == 8 ? 1 : -1];
|
||||
|
||||
#else
|
||||
typedef int LLint;
|
||||
|
||||
|
||||
@@ -8,6 +8,4 @@ set -euo pipefail
|
||||
bash "$top_srcdir/tests/local-crawl.sh" --rerun \
|
||||
--found 'errmask/keep.dat' \
|
||||
--file-min-bytes 'errmask/keep.dat' 1024 \
|
||||
--file-matches 'errmask/keep.dat' '^KEEP' \
|
||||
--file-not-matches 'errmask/keep.dat' 'error 403' \
|
||||
httrack 'BASEURL/errmask/index.html'
|
||||
|
||||
Reference in New Issue
Block a user