From f5b299c20e4346595c18e9cdcbe3bf1dca2c99a8 Mon Sep 17 00:00:00 2001 From: matshch Date: Thu, 10 Feb 2022 16:48:21 +0300 Subject: Restoring authorship annotation for . Commit 2 of 2. --- build/rules/go/vendor.policy | 6 +++--- contrib/tools/python/src/config_init.c | 2 +- contrib/tools/python/src/config_map.c | 2 +- contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 760462464b0..3e9c0acadaa 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -797,9 +797,9 @@ ALLOW .* -> vendor/github.com/HdrHistogram/hdrhistogram-go # CONTRIB-2348: SDP implementation ALLOW .* -> vendor/github.com/pion/sdp/v3 -# CONTRIB-2350 -ALLOW .* -> vendor/inet.af/netaddr - +# CONTRIB-2350 +ALLOW .* -> vendor/inet.af/netaddr + # CONTRIB-2368: embedding resources in a Windows executable ALLOW .* -> vendor/github.com/tc-hib/winres diff --git a/contrib/tools/python/src/config_init.c b/contrib/tools/python/src/config_init.c index 90e630da2d7..2fa47000b83 100644 --- a/contrib/tools/python/src/config_init.c +++ b/contrib/tools/python/src/config_init.c @@ -87,6 +87,6 @@ extern void init_subprocess(void); extern void init_winreg(void); #endif -#if !defined(_CYGWIN_) +#if !defined(_CYGWIN_) extern void init_ctypes(void); #endif diff --git a/contrib/tools/python/src/config_map.c b/contrib/tools/python/src/config_map.c index 0bf3adea73f..6bfe125dddc 100644 --- a/contrib/tools/python/src/config_map.c +++ b/contrib/tools/python/src/config_map.c @@ -87,6 +87,6 @@ {"_winreg", init_winreg}, #endif -#if defined(_x86_) && !defined(_CYGWIN_) || defined(__powerpc__) || defined(__aarch64__) +#if defined(_x86_) && !defined(_CYGWIN_) || defined(__powerpc__) || defined(__aarch64__) {"_ctypes", init_ctypes}, #endif diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h b/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h index e0bdfec961f..f66f6e59207 100644 --- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h +++ b/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h @@ -109,7 +109,7 @@ const char *mpd_version(void); #if defined(CONFIG_64) || defined(CONFIG_32) #error "cannot use CONFIG_64 or CONFIG_32 with UNIVERSAL." #endif - #if defined(__powerpc64__) || defined(_M_AMD64) || defined(__aarch64__) + #if defined(__powerpc64__) || defined(_M_AMD64) || defined(__aarch64__) #define CONFIG_64 #define ANSI #elif defined(__powerpc__) -- cgit v1.3