aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@57bc7290-fb3d-4efd-a9b1-28e84cce6043>1999-12-01 04:11:20 +0000
committergoodale <goodale@57bc7290-fb3d-4efd-a9b1-28e84cce6043>1999-12-01 04:11:20 +0000
commit81004febf1a7a4ecd3b08ffc9ed829cc35ac3717 (patch)
tree565f9fc0043dc1798e13e482b008bb29933bde30
parent515eef83a29c3700a205068a753f239f75f8e91b (diff)
Fixing some #define stuff.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllBase/trunk@26 57bc7290-fb3d-4efd-a9b1-28e84cce6043
-rw-r--r--src/Ell_DBstructure.h8
1 files 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_ */