diff options
Diffstat (limited to 'jpwl/rs.h')
| -rw-r--r-- | jpwl/rs.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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) |
