[sword-cvs] sword/tests/refsys mkrefsys.cpp,1.1,1.2

sword@www.crosswire.org sword@www.crosswire.org
Mon, 12 Apr 2004 06:59:12 -0700


Update of /cvs/core/sword/tests/refsys
In directory www:/tmp/cvs-serv32038/tests/refsys

Modified Files:
	mkrefsys.cpp 
Log Message:

dglassey: alter to be able to use splitlib


Index: mkrefsys.cpp
===================================================================
RCS file: /cvs/core/sword/tests/refsys/mkrefsys.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mkrefsys.cpp	10 Apr 2004 22:05:12 -0000	1.1
+++ mkrefsys.cpp	12 Apr 2004 13:59:10 -0000	1.2
@@ -21,10 +21,9 @@
  */
 
 
-#define VK2
 #include <stdio.h>
 #include <expat.h>
-#include "versekey.h"
+#include "versekey2.h"
 //#include <map>
 
 using namespace sword;
@@ -38,7 +37,7 @@
 char Buff[BUFFSIZE];
 
 int Depth;
-VerseKey vk;
+VerseKey2 vk;
 const char *abbrevs[MAXOB+1];
 int totalchaps = 0;