mirror of
https://github.com/crioux/turbo-linecount.git
synced 2024-10-27 17:24:01 +00:00
xfer
This commit is contained in:
parent
912019210d
commit
3729fddcbd
@ -78,11 +78,7 @@ BEGIN_TURBOLINECOUNT_NAMESPACE;
|
|||||||
|
|
||||||
#if (defined (__APPLE__) && defined (__MACH__))
|
#if (defined (__APPLE__) && defined (__MACH__))
|
||||||
typedef off_t tlc_fileoffset_t;
|
typedef off_t tlc_fileoffset_t;
|
||||||
#ifdef __LP64__
|
|
||||||
#define TLC_LINECOUNT_FMT "%ld"
|
|
||||||
#else
|
|
||||||
#define TLC_LINECOUNT_FMT "%lld"
|
#define TLC_LINECOUNT_FMT "%lld"
|
||||||
#endif
|
|
||||||
#elif defined(_LARGEFILE64_SOURCE)
|
#elif defined(_LARGEFILE64_SOURCE)
|
||||||
#if defined(__CYGWIN__)
|
#if defined(__CYGWIN__)
|
||||||
typedef _off64_t tlc_fileoffset_t;
|
typedef _off64_t tlc_fileoffset_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user