From 81004febf1a7a4ecd3b08ffc9ed829cc35ac3717 Mon Sep 17 00:00:00 2001 From: goodale Date: Wed, 1 Dec 1999 04:11:20 +0000 Subject: Fixing some #define stuff. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllBase/trunk@26 57bc7290-fb3d-4efd-a9b1-28e84cce6043 --- src/Ell_DBstructure.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Ell_DBstructure.h b/src/Ell_DBstructure.h index efad201..30eb83f 100644 --- a/src/Ell_DBstructure.h +++ b/src/Ell_DBstructure.h @@ -1,5 +1,5 @@ -#ifndef _ELLBASE_H_ -#define _ELLBASE_H_ +#ifndef _ELL_DBSTRUCTURE_H_ +#define _ELL_DBSTRUCTURE_H_ @@ -42,8 +42,8 @@ int Ell_GetStrKey(char *value, const char *keychain); } #endif -#endif +#endif /* CCODE */ -#endif +#endif /* _ELL_DBSTRUCTURE_H_ */ -- cgit v1.2.3