remove hack

This commit is contained in:
Michael Jerris 2014-02-24 17:08:58 -05:00
parent 780890b5de
commit 3464c651c0
1 changed files with 0 additions and 4 deletions

View File

@ -253,12 +253,8 @@ typedef intptr_t switch_ssize_t;
#endif
#ifndef SWITCH_INT64_T_FMT
#ifdef __sun
#define SWITCH_INT64_T_FMT "ld"
#else
#define SWITCH_INT64_T_FMT (sizeof (long) == 8 ? "ld" : "lld")
#endif
#endif
#ifndef SWITCH_UINT64_T_FMT
#define SWITCH_UINT64_T_FMT (sizeof (long) == 8 ? "lu" : "llu")