Minor style modifications to comply with c99 compiler flag; removed Microsoft-specifi...
[openjpeg.git] / jpwl / rs.h
index fb89a7349bf609b1e3282e9d569499630acde783..6d2ed59b127f66ceafe2f7507ebfa7d10909dd7e 100644 (file)
--- a/jpwl/rs.h
+++ b/jpwl/rs.h
@@ -55,7 +55,8 @@
  * each error counting as two erasures.
  */
 #define MM  8          /* RS code over GF(2**MM) - change to suit */
-static int     KK;
+//static int   KK;
+int    KK;
 
 /* Original code */
 /*#define KK  239*/            /* KK = number of information symbols */