chiark / gitweb /
util: avoid non-portable __WORDSIZE
authorEmil Renner Berthing <systemd@esmil.dk>
Fri, 19 Sep 2014 18:26:53 +0000 (20:26 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Mon, 22 Sep 2014 16:20:21 +0000 (18:20 +0200)
Lets not unnecessarily rely on __WORDSIZE, which is not clearly specified
by any spec. Use explicit size comparisons if we're not interested in the
WORDSIZE, anyway.

(David: adjust commit message to explain why we do this)


No differences found