From: Jelmer Vernooij Date: Mon, 23 Aug 2010 13:10:07 +0000 (+0200) Subject: replace: Fix ifndefs for formatting defines. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=481044f8b303236bc9932b91ed689bb189382494;p=metze%2Fsamba%2Fwip.git replace: Fix ifndefs for formatting defines. Thanks to Michael Brown for pointing this out. --- diff --git a/lib/replace/replace.h b/lib/replace/replace.h index 713634e54166..4efcb4c6ee21 100644 --- a/lib/replace/replace.h +++ b/lib/replace/replace.h @@ -81,13 +81,13 @@ #ifndef PRIi8 # define PRIi8 "i" #endif -#ifndef PRIi8 +#ifndef PRIi16 # define PRIi16 "i" #endif -#ifndef PRIi8 +#ifndef PRIi32 # define PRIi32 "i" #endif -#ifndef PRIi8 +#ifndef PRIi64 # define PRIi64 __PRI64_PREFIX "i" #endif