From 20468f09405f5bf34ceba356b0b466e4f8c80b87 Mon Sep 17 00:00:00 2001 From: tansy Date: Thu, 5 Oct 2023 20:18:38 +0000 Subject: [PATCH] #ifndef header brackets --- wyhash_secret.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wyhash_secret.h b/wyhash_secret.h index 91d00ec..b903963 100644 --- a/wyhash_secret.h +++ b/wyhash_secret.h @@ -10,6 +10,9 @@ #include #include "wyhash.h" +#ifndef wyhash_secret_standal1 +#define wyhash_secret_standal1 + // Miller-Rabin primality test from https://rosettacode.org/wiki/Miller%E2%80%93Rabin_primality_test#C static uint64_t mul_mod(uint64_t a, uint64_t b, const uint64_t mod) { @@ -119,5 +122,6 @@ int main(int argc, char* argv[]) } return 0; } -#endif +#endif /* WYHASH_SECRET_TESTX */ +#endif /* wyhash_secret_standal1 */