]> granicus.if.org Git - nethack/commitdiff
use the NetHack macro NHSTDC in makedefs
authornhmall <nhmall@nethack.org>
Mon, 11 Feb 2019 17:28:57 +0000 (12:28 -0500)
committernhmall <nhmall@nethack.org>
Mon, 11 Feb 2019 17:28:57 +0000 (12:28 -0500)
util/makedefs.c

index 33cf3b2a50ebb7b32e72b9ed28ccf8f3ca247d98..04519c8dcb2f4728224b9c5a9a02095dfd558c33 100644 (file)
@@ -1577,7 +1577,7 @@ static const char *build_opts[] = {
 #ifdef USE_ISAAC64
     "pseudo random numbers generated by ISAAC64",
 #ifdef DEV_RANDOM
-#ifdef __STDC__
+#ifdef NHSTDC
     /* include which specific one */
     "strong PRNG seed available from " DEV_RANDOM,
 #else