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 do...@hyperreal.org on 1998/08/14 16:49:41 UTC

cvs commit: modperl/src/modules/perl Constants.xs

dougm       98/08/14 07:49:41

  Modified:    src/modules/perl Constants.xs
  Log:
  remove obsolete SERVER_SUBVERSION from Constants.xs
  
  Revision  Changes    Path
  1.12      +0 -11     modperl/src/modules/perl/Constants.xs
  
  Index: Constants.xs
  ===================================================================
  RCS file: /export/home/cvs/modperl/src/modules/perl/Constants.xs,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Constants.xs	1998/07/23 02:59:36	1.11
  +++ Constants.xs	1998/08/14 14:49:40	1.12
  @@ -910,17 +910,6 @@
      RETVAL
   
   char *
  -SERVER_SUBVERSION()
  -   CODE: 
  -#ifdef SERVER_SUBVERSION
  -    RETVAL = SERVER_SUBVERSION;
  -#else
  -    RETVAL = MOD_PERL_STRING_VERSION;
  -#endif
  -   OUTPUT:
  -   RETVAL
  -
  -char *
   DECLINE_CMD()
      CODE:
   #ifdef DECLINE_CMD