Fixes for three issues:
authorMonty <xiphmont@xiph.org>
Wed, 23 Aug 2000 06:38:49 +0000 (06:38 +0000)
committerMonty <xiphmont@xiph.org>
Wed, 23 Aug 2000 06:38:49 +0000 (06:38 +0000)
commit74f150dcc9a46b341a672f80c0af259c71085045
treef77a8f29c29fc0f9f9406bd7f4108169a23794a5
parente74b2b02da2d3712eca332c2bf3e4f734b1223a0
Fixes for three issues:

Borland needs malloc.h, and this is a cleaner fix for MSVC too (rather than Define alloca...)

Fix sqrt of small negative numbers in smoothing is psy.c

Uninitialized space in floor0.c lookup struct could cause lpc_clear to
trigger on garbage.

Monty

svn path=/trunk/vorbis/; revision=598
lib/floor0.c
lib/os.h
lib/psy.c