mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Repair // comments to /* */ comments (bug #3347)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4806 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user