bnicholes 2003/11/25 11:30:02
Modified: include apr.hnw Log: Use the correct literal typing for NetWare Revision Changes Path 1.41 +0 -6 apr/include/apr.hnw Index: apr.hnw =================================================================== RCS file: /home/cvs/apr/include/apr.hnw,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- apr.hnw 17 Nov 2003 00:28:25 -0000 1.40 +++ apr.hnw 25 Nov 2003 19:30:02 -0000 1.41 @@ -276,14 +276,8 @@ #endif /* Mechanisms to properly type numeric literals */ - -#ifdef __GNUC__ #define APR_INT64_C(val) (val##LL) #define APR_UINT64_C(val) (val##ULL) -#else -#define APR_INT64_C(val) (val##i64) -#define APR_UINT64_C(val) (val##Ui64) -#endif /* PROC mutex is a GLOBAL mutex on Netware */ #define APR_PROC_MUTEX_IS_GLOBAL 1
