Skip to content

Commit

Permalink
Remove macros which are no longer needed
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed May 11, 2017
1 parent ef1d960 commit 9266f01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ccutil/host.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ typedef unsigned char BOOL8;

#endif /* _WIN32 */

#define INT32FORMAT "%" PRId32
#define INT64FORMAT "%" PRId64

#define MAX_INT8 0x7f
#define MAX_INT16 0x7fff
#define MAX_INT32 0x7fffffff
Expand Down

0 comments on commit 9266f01

Please sign in to comment.