Merge pull request #28 from GitMensch/patch-1

removing last piece of PROTO
This commit is contained in:
Brian Gladman 2023-01-06 00:01:29 +00:00 committed by GitHub
commit 7f144d3eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,11 +107,9 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
|| defined (_MSC_VER) \ || defined (_MSC_VER) \
|| defined (_WIN32) || defined (_WIN32)
#define __GMP_HAVE_CONST 1 #define __GMP_HAVE_CONST 1
#define __GMP_HAVE_PROTOTYPES 1
#define __GMP_HAVE_TOKEN_PASTE 1 #define __GMP_HAVE_TOKEN_PASTE 1
#else #else
#define __GMP_HAVE_CONST 0 #define __GMP_HAVE_CONST 0
#define __GMP_HAVE_PROTOTYPES 0
#define __GMP_HAVE_TOKEN_PASTE 0 #define __GMP_HAVE_TOKEN_PASTE 0
#endif #endif