diff options
author | marcel <marcel@FreeBSD.org> | 2013-05-26 22:11:13 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2013-05-26 22:11:13 +0000 |
commit | 9d137ef1b18b9050c5b89741b955c53c094d415f (patch) | |
tree | d7692d65fe43ea6a0824ee00c0a03b66bb316b40 /lib/libc/regex/regcomp.c | |
parent | 990e8e483cb065d0483ca797ff914ff528925ef0 (diff) | |
download | FreeBSD-src-9d137ef1b18b9050c5b89741b955c53c094d415f.zip FreeBSD-src-9d137ef1b18b9050c5b89741b955c53c094d415f.tar.gz |
Unbreak ia64 tinderbox: 64-bit support was made conditional upon
__amd64__, and thus limited. Eliminate 2 trivial conditionals by
casting the 64-bit integral, holding an address, via (uintptr_t)
to (void *) and replace the last remaining check for __amd64__
with a check for __LP64__ instead.
Diffstat (limited to 'lib/libc/regex/regcomp.c')
0 files changed, 0 insertions, 0 deletions