changed definition of BITMAX
This commit is contained in:
parent
a24c41e9cf
commit
f846c1648b
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
#define addr_t long
|
||||
#undef ALIGNSECT
|
||||
#define ALIGNSECT 2
|
||||
#undef BITMAX
|
||||
#define BITMAX 16000 /* many optimizations possible */
|
||||
|
||||
#undef VALWIDTH
|
||||
#define VALWIDTH 8
|
||||
|
|
Loading…
Reference in a new issue