commit fe0e729042492b0efa2dd74dc82fca75e5383e22 from: Thomas Adam date: Mon Jun 24 22:15:33 2024 UTC portable: macro cleanup Don't leak past a define on the rest of the line. commit - df57a44f72cb707dc14c12492f85d4318f14112c commit + fe0e729042492b0efa2dd74dc82fca75e5383e22 blob - 5701797bdb1f871ef591de0657e0a7b19a70a3b8 blob + fb06ed9608e05a21544619ffe1cf9cfe3f7a25cf --- include/got_compat2.h +++ include/got_compat2.h @@ -107,7 +107,7 @@ #define __unused __attribute__ ((__unused__)) #endif -#ifndef __bounded__ && !defined(__OpenBSD__) +#if !defined(__bounded__) && !defined(__OpenBSD__) #define __bounded__(a, b, c) #endif