You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by st...@apache.org on 2002/01/24 14:51:50 UTC

cvs commit: apr/include apr_pools.h

striker     02/01/24 05:51:50

  Modified:    include  apr_pools.h
  Log:
  And that's three... Sheesh, this just isn't my day.
  
  Bring the preprocessor code in line with the comment above.
  Leave APR_POOL_DEBUG alone when it's 0.
  
  Revision  Changes    Path
  1.73      +0 -5      apr/include/apr_pools.h
  
  Index: apr_pools.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_pools.h,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- apr_pools.h	24 Jan 2002 13:41:17 -0000	1.72
  +++ apr_pools.h	24 Jan 2002 13:51:50 -0000	1.73
  @@ -60,7 +60,6 @@
   #endif
   
   
  -    
   /**
    * @file apr_pools.h
    * @brief APR memory allocation
  @@ -112,10 +111,6 @@
    */
   #if defined(APR_POOL_DEBUG)
   #    if (APR_POOL_DEBUG != 0) && (APR_POOL_DEBUG - 0 == 0)
  -#        undef APR_POOL_DEBUG
  -#        define APR_POOL_DEBUG 1
  -#    endif
  -#    if APR_POOL_DEBUG == 0
   #        undef APR_POOL_DEBUG
   #        define APR_POOL_DEBUG 1
   #    endif