You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/10/09 20:27:43 UTC

cvs commit: modperl-2.0/src/modules/perl modperl_module.c

stas        2004/10/09 11:27:43

  Modified:    src/modules/perl modperl_module.c
  Log:
  use pTHX instead of dTHX since this is just a declaration
  
  Revision  Changes    Path
  1.18      +1 -1      modperl-2.0/src/modules/perl/modperl_module.c
  
  Index: modperl_module.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_module.c,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -u -r1.17 -r1.18
  --- modperl_module.c	4 Mar 2004 06:01:07 -0000	1.17
  +++ modperl_module.c	9 Oct 2004 18:27:43 -0000	1.18
  @@ -168,7 +168,7 @@
   
   #ifdef USE_ITHREADS
       modperl_interp_t *interp;
  -    dTHX;
  +    pTHX;
   #endif
       
       /* if the module is loaded in vhost, base==NULL */