Go to file
Reid Spencer ab2228ad7e Don't just assume that either uint64_t or u_int64_t is available. Instead,
give preference to uint64_t if it exists. If not, check for u_int64_t. If
that doesn't exist either, then error out.

llvm-svn: 16149
2004-09-02 21:38:24 +00:00
llvm Don't just assume that either uint64_t or u_int64_t is available. Instead, 2004-09-02 21:38:24 +00:00