misc. stuff, and 3.1.5 -> 3.1.6 version number

This commit is contained in:
albert
2003-01-21 09:58:15 +00:00
parent f540449980
commit 73a4c007a5
5 changed files with 11 additions and 12 deletions

View File

@ -22,9 +22,9 @@
//
// PowerPC: Big ugly problem! Macs are popular. :-/
//
// Unknown: HP-PA-RISC, zSeries, and x86-64
// Unknown: PA-RISC, zSeries, and x86-64
//
#if defined(__sparc__) // || defined(__mips__) || defined(__powerpc__)
#if defined(k64test) || defined(__sparc__) // || defined(__mips__) || defined(__powerpc__)
#define KLONG long long // not typedef; want "unsigned KLONG" to work
#define KLF "L"
#define STRTOUKL strtoull