Commit c479e990 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

test.h was messed up.

git-svn-id: file:///svn/tokudb@2555 c7de825b-a66e-492c-adef-691d508d4ae1
parent d7ddfcac
......@@ -12,8 +12,6 @@
#define DB_DELETE_ANY 0
#endif
typedef enum { FALSE = 0, TRUE = 1} BOOL;
int verbose=0;
#define CKERR(r) ({ if (r!=0) fprintf(stderr, "%s:%d error %d %s\n", __FILE__, __LINE__, r, db_strerror(r)); assert(r==0); })
......@@ -72,3 +70,5 @@ int int_dbt_cmp(DB *db, const DBT *a, const DBT *b) {
return x - y;
}
typedef enum __toku_bool { FALSE=0, TRUE=1} BOOL;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment