aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast/hash/hash_func.c
diff options
context:
space:
mode:
Diffstat (limited to 'db1-ast/hash/hash_func.c')
-rwxr-xr-xdb1-ast/hash/hash_func.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/db1-ast/hash/hash_func.c b/db1-ast/hash/hash_func.c
index c18efad7e..4ec5def8c 100755
--- a/db1-ast/hash/hash_func.c
+++ b/db1-ast/hash/hash_func.c
@@ -46,9 +46,9 @@ static char sccsid[] = "@(#)hash_func.c 8.2 (Berkeley) 2/21/94";
#include "extern.h"
/* only one of these can be defined */
-//#define HASH1_EJB 1
-//#define HASH2_PHONG 1
-//#define HASH3_SDBM 1
+/* #define HASH1_EJB 1 */
+/* #define HASH2_PHONG 1 */
+/* #define HASH3_SDBM 1 */
#define HASH4_TOREK 1
static u_int32_t hashfunc __P((const void *, size_t));