K 10
svn:author
V 7
drowe67
K 8
svn:date
V 27
2010-10-01T00:46:46.746700Z
K 7
svn:log
V 575
Patch from Bruce:

Generate const C tables for LSP codebook at compile time.
Replace mallocs with stack arrays.
ANSI C90 compatibility.
Conditional compile DUMP, give embedded systems a space break.
Conditional-define out unused VQ functions.
Initialize variables that are first passed by address with no 
initialization, to keep the compiler from complaining.
Set GCC pedantic flag, we need to be that portable.
Get rid of any BSS or DATA segment data, there were a few unused static 
variables. All compile-time initialized data is read-only and in the 
text segment now.


END
