Commit 84394fb0 authored by Jim Fulton's avatar Jim Fulton

Factored BTree part od template out, so now have outer module template.

parent 47c2706e
......@@ -6,4 +6,4 @@
#include "intkeymacros.h"
#include "intvaluemacros.h"
#include "BTreeTemplate.c"
#include "BTreeModuleTemplate.c"
......@@ -4,4 +4,4 @@
#include "intkeymacros.h"
#include "objectvaluemacros.h"
#include "BTreeTemplate.c"
#include "BTreeModuleTemplate.c"
......@@ -4,4 +4,4 @@
#include "objectkeymacros.h"
#include "intvaluemacros.h"
#include "BTreeTemplate.c"
#include "BTreeModuleTemplate.c"
......@@ -4,4 +4,4 @@
#include "objectkeymacros.h"
#include "objectvaluemacros.h"
#include "BTreeTemplate.c"
#include "BTreeModuleTemplate.c"
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