build: fix compilation failure on x32
authorDaniel Schepler <dschepler@gmail.com>
Sun, 18 Nov 2012 18:04:54 +0000 (10:04 -0800)
committerJim Meyering <jim@meyering.net>
Sun, 18 Nov 2012 21:32:02 +0000 (13:32 -0800)
commit6a5843d92fca254f0b27c3fee88a11840034ce32
tree8c99606eedfcb9b29e31b946be5abc9d7869d8e9
parent89b53dfd8381cdca1763526c45b65eb79b00bad6
build: fix compilation failure on x32

* src/factor.c [HAVE_ATTRIBUTE_MODE]: Fix typo in #if test:
s/HAVE_LONG_LONG/HAVE_LONG_LONG_INT/.  Otherwise, factor.c would
elicit assembler errors on x32: it was incorrectly defining DItype
to long instead of long long.  Patch and report in
http://bugs.debian.org/693337;  Mike Stone notified upstream.
src/factor.c