BASE
#define BASE 65521U /* largest prime smaller than 65536 */
#define BASE '#'
# define BASE (1 << BASEBITS)
#define BASE 0x10000 /* For some fixed-point maths */
#undef BASE
#define BASE 0x10000 /* For some fixed-point maths */
#undef BASE
#define BASE 65521L /* largest prime smaller than 65536 */