mirror of
https://github.com/crioux/turbo-linecount.git
synced 2026-03-02 03:40:07 +00:00
xfer
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user