* sound.c: Integer cleanups.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Jun 2013 07:36:20 +0000 (00:36 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Jun 2013 07:36:20 +0000 (00:36 -0700)
commitbbc51b1565e360a9dfdae900a47de5db91af6957
tree8ce4ed20d0c05b7f9037f9dca8eff1d91072ce55
parent2285bd27abf63a460d7025b2e5579f67cdd2e6fb
* sound.c: Integer cleanups.

Remove unnecessary forward decls.
(struct sound_device): The 'file' member is now a Lisp_Object, not
a char *, so that we needn't invoke alloca on a huge size.
(Fplay_sound_internal): Adjust to this.
(string_default): New function.
(vox_open, vox_init, alsa_open, alsa_configure, alsa_init):
Use it to adjust to the struct sound_device change.
(parse_sound, wav_init, au_init, alsa_init): Use bool for booleans.
(be2hs) [0]: Remove.
src/ChangeLog
src/sound.c