fft-test: Make global exptab variable static
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
# define FMT "%6d"
|
# define FMT "%6d"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct {
|
static struct {
|
||||||
float re, im;
|
float re, im;
|
||||||
} *exptab;
|
} *exptab;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user