You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ak...@apache.org on 2004/10/01 21:24:03 UTC

cvs commit: apr/include apr.hnw apr.hw

ake         2004/10/01 12:24:03

  Modified:    include  apr.hnw apr.hw
  Log:
  clarify APR_DWORD_MAX
  
  Revision  Changes    Path
  1.49      +1 -1      apr/include/apr.hnw
  
  Index: apr.hnw
  ===================================================================
  RCS file: /home/cvs/apr/include/apr.hnw,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- apr.hnw	28 Sep 2004 16:16:17 -0000	1.48
  +++ apr.hnw	1 Oct 2004 19:24:03 -0000	1.49
  @@ -330,7 +330,7 @@
   #define APR_UINT64_T_HEX_FMT     "llx"
   #define APR_TIME_T_FMT APR_INT64_T_FMT
   
  -#define APR_DWORD_MAX 4294967295    /* 2^32*/
  +#define APR_DWORD_MAX 0xFFFFFFFFUL    /* 2^32*/
   /** @} */
   
   #ifdef __cplusplus
  
  
  
  1.127     +1 -1      apr/include/apr.hw
  
  Index: apr.hw
  ===================================================================
  RCS file: /home/cvs/apr/include/apr.hw,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- apr.hw	28 Sep 2004 16:16:17 -0000	1.126
  +++ apr.hw	1 Oct 2004 19:24:03 -0000	1.127
  @@ -342,7 +342,7 @@
   #define APR_SIZEOF_VOIDP   4
   #endif
   
  -#define APR_DWORD_MAX 4294967295
  +#define APR_DWORD_MAX 0xFFFFFFFFUL
   
   /* XXX These simply don't belong here, perhaps in apr_portable.h
    * based on some APR_HAVE_PID/GID/UID?