We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815f7ca commit 305697fCopy full SHA for 305697f
perl.h
@@ -8874,6 +8874,8 @@ END_EXTERN_C
8874
# endif
8875
#endif
8876
8877
+#endif /* DOUBLE_HAS_NAN */
8878
+
8879
/* these are used to faciliate the env var PERL_RAND_SEED,
8880
* which allows consistent behavior from code that calls
8881
* srand() with no arguments, either explicitly or implicitly.
@@ -8898,7 +8900,6 @@ END_EXTERN_C
8898
8900
#define PERL_SRAND_OVERRIDE_NEXT_PARENT() \
8899
8901
PERL_SRAND_OVERRIDE_NEXT()
8902
-#endif /* DOUBLE_HAS_NAN */
8903
8904
/*
8905
0 commit comments