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

test1 compiles

git-svn-id: file:///svn/tokudb@1176 c7de825b-a66e-492c-adef-691d508d4ae1
parent a58dc6af
CPPFLAGS = -I../include
CC = c++
test1: test1.o dbt.o
......@@ -4,3 +4,7 @@ Dbt::Dbt(void) {
DBT *dbt = this;
memset(dbt, 0, sizeof(*dbt));
}
Dbt::~Dbt(void)
{
}
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