Rename macro BlockSize into BLOCKSIZE.

wilder-portage
Jekyll Wu 15 years ago
parent 0773483b83
commit e1ae6955f9
  1. 4
      src/BlockArray.h

@ -23,8 +23,8 @@
#include <unistd.h>
#define BlockSize (1 << 12)
#define ENTRIES ((BlockSize - sizeof(size_t) ) / sizeof(unsigned char))
#define BLOCKSIZE (1 << 12)
#define ENTRIES ((BLOCKSIZE - sizeof(size_t) ) / sizeof(unsigned char))
namespace Konsole
{

Loading…
Cancel
Save