From 31cd09b34933127f396a118c774a702276d4c3a5 Mon Sep 17 00:00:00 2001 From: Simon Sobisch Date: Fri, 6 Jan 2023 00:38:21 +0100 Subject: [PATCH] removing last piece of PROTO follow-up to c7567b5ad96e994acd3fd81a2d9b9eff93742c1b --- gmp-h.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/gmp-h.in b/gmp-h.in index e8c6d920..f8b2310c 100644 --- a/gmp-h.in +++ b/gmp-h.in @@ -107,11 +107,9 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ || defined (_MSC_VER) \ || defined (_WIN32) #define __GMP_HAVE_CONST 1 -#define __GMP_HAVE_PROTOTYPES 1 #define __GMP_HAVE_TOKEN_PASTE 1 #else #define __GMP_HAVE_CONST 0 -#define __GMP_HAVE_PROTOTYPES 0 #define __GMP_HAVE_TOKEN_PASTE 0 #endif