aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@57bc7290-fb3d-4efd-a9b1-28e84cce6043>2002-05-16 16:02:22 +0000
committerallen <allen@57bc7290-fb3d-4efd-a9b1-28e84cce6043>2002-05-16 16:02:22 +0000
commitee23c1ca2bea02c08ff629cfbe1978e2971b1767 (patch)
tree489f593845944df03e7be9133a18a1f86f0f538d
parentfd6073ead9a2434800e5a146b42c9ffb5bbcf93d (diff)
change values of macros so that creating a key twice won't be seen as a terminal error
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllBase/trunk@68 57bc7290-fb3d-4efd-a9b1-28e84cce6043
-rw-r--r--src/Ell_DBstructure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ell_DBstructure.h b/src/Ell_DBstructure.h
index 1f4af09..751a649 100644
--- a/src/Ell_DBstructure.h
+++ b/src/Ell_DBstructure.h
@@ -8,7 +8,7 @@
#define ELL_ISNOKEY -1
#define ELLCREATE_FAILED -1
-#define ELLCREATE_TWICE -2
+#define ELLCREATE_TWICE 1
#define ELLGET_NOKEY -1
#define ELLGET_BADTYPE -2