summaryrefslogtreecommitdiff
path: root/jpwl/rs.h
diff options
context:
space:
mode:
Diffstat (limited to 'jpwl/rs.h')
-rw-r--r--jpwl/rs.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/jpwl/rs.h b/jpwl/rs.h
index 6d2ed59b..d3c573eb 100644
--- a/jpwl/rs.h
+++ b/jpwl/rs.h
@@ -55,11 +55,8 @@
* each error counting as two erasures.
*/
#define MM 8 /* RS code over GF(2**MM) - change to suit */
-//static int KK;
-int KK;
-/* Original code */
-/*#define KK 239*/ /* KK = number of information symbols */
+/* KK defined in rs.c */
#define NN ((1 << MM) - 1)