Code cleanup

This commit is contained in:
angt
2016-01-05 14:07:18 +01:00
parent 5efb379251
commit 40dd5ce18a
9 changed files with 163 additions and 159 deletions

View File

@@ -1,5 +1,7 @@
#include "common.h"
#include "db.h"
#include "common-static.h"
#include "str.h"
#define CBIT(X) (1&(intptr_t)(X))
#define CBIT_PTR(X) (uint8_t *)(1|(intptr_t)(X))