| version 1.1, 2002/10/01 09:57:49 |
version 1.2, 2003/02/14 22:29:22 |
| Line 26 typedef int (*QSCOMP)(const void *, const void *); |
|
| Line 26 typedef int (*QSCOMP)(const void *, const void *); |
|
| # define OLD_CODES |
# define OLD_CODES |
| #endif |
#endif |
| |
|
| #ifdef LONG_IS_64BIT |
#if defined(LONG_IS_64BIT) |
| # define TWOPOTBYTES_IN_LONG 3 |
# define TWOPOTBYTES_IN_LONG 3 |
| #else |
#else |
| # define TWOPOTBYTES_IN_LONG 2 |
# define TWOPOTBYTES_IN_LONG 2 |
| Line 68 typedef int (*QSCOMP)(const void *, const void *); |
|
| Line 68 typedef int (*QSCOMP)(const void *, const void *); |
|
| # define SIGNnumBITS 2 |
# define SIGNnumBITS 2 |
| #endif |
#endif |
| |
|
| #ifdef LONG_IS_64BIT |
#if defined(LONG_IS_64BIT) |
| # define LGnumBITS 32 |
# define LGnumBITS 32 |
| # define EXPOnumBITS 48 |
# define EXPOnumBITS 48 |
| # define LGEFnumBITS 46 /* otherwise MAXVARN too large */ |
# define LGEFnumBITS 46 /* otherwise MAXVARN too large */ |