various minor portability fixes (mostly from tholo for OpenBSD)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33350 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-06-09 20:26:25 +00:00
parent 13a98f92fe
commit b31b0be819
8 changed files with 82 additions and 98 deletions

View File

@@ -36,19 +36,13 @@ void Gsm_Preprocess P3((S, s, so),
word * s,
word * so ) /* [0..159] IN/OUT */
{
word z1 = S->z1;
longword L_z2 = S->L_z2;
word mp = S->mp;
word z1 = S->z1;
longword L_z2 = S->L_z2;
word mp = S->mp;
word s1;
word SO;
ulongword utmp; /* for L_ADD */
register int k = 160;
register int k = 160;
while (k--) {