summaryrefslogtreecommitdiff
path: root/db1-ast
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-01-15 23:48:12 +0000
committerMark Spencer <markster@digium.com>2005-01-15 23:48:12 +0000
commit160c04b7935f2d13671a2c16ed905eba475f06a5 (patch)
tree148de50e79eba09c6f90abf29b6509e0dbb264db /db1-ast
parentdf4a69f7ced920665cd4858f43b5c1bbe31cd14c (diff)
Repair // comments to /* */ comments (bug #3347)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4806 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'db1-ast')
-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));