diff options
-rw-r--r-- | lib/replace/replace.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/replace/replace.h b/lib/replace/replace.h index 713634e541..4efcb4c6ee 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 |