|
From: | Manner Wolfgang |
Subject: | [gnugo-devel] new cache implementation |
Date: | Mon, 7 Jul 2003 12:26:50 +0200 (MET DST) |
in stdint.h you just have: # if __WORDSIZE == 64 typedef long int int64_t; # else __extension__ typedef long long int int64_t; # endif i guess you can just put this or long long into your configure. then old compilers could do without that wolfgang
[Prev in Thread] | Current Thread | [Next in Thread] |