xcode project rewrite
[openjpeg.git] / jpwl / rs.h
index 2c2149d294edda04209c580c932fd05f05b34053..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 */
@@ -104,7 +105,7 @@ Computes the minimum between two integers
 #define min(a,b)    (((a) < (b)) ? (a) : (b))
 #endif /* min */
 
-#endif /* __CRC32_HEADER__ */
+#endif /* __RS_HEADER__ */
 
 
 #endif /* USE_JPWL */