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
|
#define addr_t long
|
||||||
#undef ALIGNSECT
|
#undef ALIGNSECT
|
||||||
#define ALIGNSECT 2
|
#define ALIGNSECT 2
|
||||||
|
#undef BITMAX
|
||||||
|
#define BITMAX 16000 /* many optimizations possible */
|
||||||
|
|
||||||
#undef VALWIDTH
|
#undef VALWIDTH
|
||||||
#define VALWIDTH 8
|
#define VALWIDTH 8
|
||||||
|
|
Loading…
Add table
Reference in a new issue