renamed a var to avoid name conflicts...

In the header its just this..
-void initjit(float *jit, int num)
+void initjit(float *jitarr, int num)

its respectively renamed in jitter.c

Kent
This commit is contained in:
2002-12-30 07:15:47 +00:00
parent e9a7e30758
commit 5e6d6710c4
2 changed files with 7 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ extern "C" {
extern float jit[64][2];
void initjit(float *jit, int num);
void initjit(float *jitarr, int num);
#ifdef __cplusplus
}