Displaying 1 result from an estimated 1 matches for "tempstack".
Did you mean:
dumpstack
2000 Nov 08
0
vq diffs
...lude "../lib/scales.h"
+#include "misc.h"
#include "bookutil.h"
+#include "codebook.h"
+#include "../lib/scales.h"
#include "vqgen.h"
#include "vqsplit.h"
@@ -59,8 +59,8 @@
while(i--)
if(*ptr++==add)return(0);
- tempstack[entry]=_ogg_realloc(tempstack[entry],
+ tempstack[entry]=(long*)_ogg_realloc(tempstack[entry],
(tempcount[entry]+1)*sizeof(long));
}else{
- tempstack[entry]=_ogg_malloc(sizeof(long));
+ tempstack[entry]=(long*)_ogg_malloc(sizeof(long));
}
@@ -167,5 +16...