diff mp3lib/decode_i586.c @ 23434:d986b47f1451

Use int and uint32_t instead of long and unsigned long, when appropriate.
author zuxy
date Sat, 02 Jun 2007 16:25:18 +0000
parents 8092494fc92c
children 08d18fe9da52
line wrap: on
line diff
--- a/mp3lib/decode_i586.c	Sat Jun 02 16:04:56 2007 +0000
+++ b/mp3lib/decode_i586.c	Sat Jun 02 16:25:18 2007 +0000
@@ -33,9 +33,9 @@
 #include "mangle.h"
 #define real float /* ugly - but only way */
 
-static long attribute_used buffs[1088]={0};
-static long attribute_used bo=1;
-static long attribute_used saved_ebp=0;
+static int attribute_used buffs[1088]={0};
+static int attribute_used bo=1;
+static int attribute_used saved_ebp=0;
 
 int synth_1to1_pent(real *bandPtr, int channel, short *samples)
 {