Commits

Quincey Koziol committed 4650caa3a61
[svn-r3746] Purpose: Code tweak Description: Large data arrays were being created on the stack. Solution: Hoisted the data variables out of the function(s) and make into static variables. Platforms tested: FreeBSD 4.3 (hawkwind)