diff options
author | Max Kellermann <max@duempel.org> | 2008-03-26 10:37:54 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-03-26 10:37:54 +0000 |
commit | c0787cc9843b8cb72f18451d20dfebdd02b59a2b (patch) | |
tree | c3bca89e15d3b565f42740b01a78bb63ac666832 /src/player.c | |
parent | 5a62c5cf9ce45542d1c90080791b0b4e9f5c24a3 (diff) | |
download | mpd-c0787cc9843b8cb72f18451d20dfebdd02b59a2b.tar.gz mpd-c0787cc9843b8cb72f18451d20dfebdd02b59a2b.tar.xz mpd-c0787cc9843b8cb72f18451d20dfebdd02b59a2b.zip |
audio: use a machine word for array sizes
we do not save anything by limiting a variable to an unsigned char,
since the compiler aligns it at machine word size anyway. however by
using the full machine word, we save one instruction, and we remove
the useless artificial limitation to 255.
git-svn-id: https://svn.musicpd.org/mpd/trunk@7203 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions