[Asterisk-cvs] asterisk/db1-ast/hash hash_func.c,1.2,1.3
markster at lists.digium.com
markster at lists.digium.com
Sat Jan 15 17:44:42 CST 2005
Update of /usr/cvsroot/asterisk/db1-ast/hash
In directory mongoose.digium.com:/tmp/cvs-serv5193/db1-ast/hash
Modified Files:
hash_func.c
Log Message:
Repair // comments to /* */ comments (bug #3347)
Index: hash_func.c
===================================================================
RCS file: /usr/cvsroot/asterisk/db1-ast/hash/hash_func.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hash_func.c 19 Sep 2003 01:20:23 -0000 1.2
+++ hash_func.c 15 Jan 2005 23:48:12 -0000 1.3
@@ -46,9 +46,9 @@
#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));
More information about the svn-commits
mailing list