View | Details | Raw Unified | Return to bug 108065
Collapse All | Expand All

(-)/home/trasz/x11amp/files/patch-x11amp-input.c (+13 lines)
Line 0 Link Here
1
--- x11amp/input.c.orig	Thu Jan 18 01:29:04 2007
2
+++ x11amp/input.c	Thu Jan 18 01:30:03 2007
3
@@ -650,8 +650,8 @@
4
 #define LOG2_N_WAVE     10      /* log2(N_WAVE) */
5
 #define N_LOUD          100     /* dimension of Loudampl[] */
6
 
7
-extern fixed Sinewave[N_WAVE]; /* placed at end of this file for clarity */
8
-extern  fixed Loudampl[N_LOUD];
9
+static fixed Sinewave[N_WAVE]; /* placed at end of this file for clarity */
10
+static  fixed Loudampl[N_LOUD];
11
 static int db_from_ampl(fixed re, fixed im);
12
 static fixed fix_mpy(fixed a, fixed b);
13
 

Return to bug 108065