You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl-cvs@perl.apache.org by ri...@apache.org on 2001/10/17 07:44:47 UTC

cvs commit: embperl/crypto epcrypto_config.h

richter     01/10/16 22:44:47

  Modified:    .        epio.c
               crypto   epcrypto_config.h
  Log:
  Remove c++ comment
  
  Revision  Changes    Path
  1.23      +2 -2      embperl/epio.c
  
  Index: epio.c
  ===================================================================
  RCS file: /home/cvs/embperl/epio.c,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- epio.c	2001/09/13 07:28:47	1.22
  +++ epio.c	2001/10/17 05:44:47	1.23
  @@ -10,7 +10,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: epio.c,v 1.22 2001/09/13 07:28:47 richter Exp $
  +#   $Id: epio.c,v 1.23 2001/10/17 05:44:47 richter Exp $
   #
   ###################################################################################*/
   
  @@ -401,7 +401,7 @@
   int CloseInput (/*i/o*/ register req * r)
   
       {
  -    if (0) //r -> ifdobj)
  +    if (0) /* r -> ifdobj) */
   	{	    
   	dSP;
   	ENTER;
  
  
  
  1.5       +2 -2      embperl/crypto/epcrypto_config.h
  
  Index: epcrypto_config.h
  ===================================================================
  RCS file: /home/cvs/embperl/crypto/epcrypto_config.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- epcrypto_config.h	2001/09/08 13:23:22	1.4
  +++ epcrypto_config.h	2001/10/17 05:44:47	1.5
  @@ -10,7 +10,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: epcrypto_config.h,v 1.4 2001/09/08 13:23:22 richter Exp $
  +#   $Id: epcrypto_config.h,v 1.5 2001/10/17 05:44:47 richter Exp $
   #
   ###################################################################################*/
   
  @@ -35,7 +35,7 @@
   *
   * -------------------------------------------------------------------------- */
   
  -#define EPC_ENABLE 0
  +#define EPC_ENABLE 1
   
   
   /* ----------------------------------------------------------------------------
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-cvs-help@perl.apache.org