Integrate mainline
[p5sagit/p5-mst-13.2.git] / perl.c
diff --git a/perl.c b/perl.c
index bc69454..4c69293 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -303,7 +303,7 @@ no threads.
 */
 
 int
-Perl_nothreadhook(pTHXx)
+Perl_nothreadhook(pTHX)
 {
     return 0;
 }
@@ -2686,8 +2686,6 @@ S_init_main_stash(pTHX)
 {
     GV *gv;
 
-
-
     PL_curstash = PL_defstash = newHV();
     PL_curstname = newSVpvn("main",4);
     gv = gv_fetchpv("main::",TRUE, SVt_PVHV);