summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/perl.c b/perl.c
index abd8877fc9..a8d92aef77 100644
--- a/perl.c
+++ b/perl.c
@@ -1995,6 +1995,12 @@ S_Internals_V(pTHX_ CV *cv)
# ifdef NO_MATHOMS
" NO_MATHOMS"
# endif
+# ifdef NO_PERL_INTERNAL_RAND_SEED
+ " NO_PERL_INTERNAL_RAND_SEED"
+# endif
+# ifdef NO_PERL_RAND_SEED
+ " NO_PERL_RAND_SEED"
+# endif
# ifdef NO_TAINT_SUPPORT
" NO_TAINT_SUPPORT"
# endif
@@ -2080,13 +2086,8 @@ S_Internals_V(pTHX_ CV *cv)
# ifdef USE_THREAD_SAFE_LOCALE
" USE_THREAD_SAFE_LOCALE"
# endif
-# ifdef NO_PERL_RAND_SEED
- " NO_PERL_RAND_SEED"
-# endif
-# ifdef NO_PERL_INTERNAL_RAND_SEED
- " NO_PERL_INTERNAL_RAND_SEED"
-# endif
- ;
+ ""; /* keep this on a line by itself, WITH the empty string */
+
PERL_UNUSED_ARG(cv);
PERL_UNUSED_VAR(items);