Remove extraneous semicolon.
(Silences compiler warning for Compaq C++ 6.5 on Tru64.)
This commit is contained in:
parent
9d0c8cee66
commit
d1fedb6ab5
|
@ -260,7 +260,7 @@ typedef struct pool_header *poolp;
|
|||
/*
|
||||
* This malloc lock
|
||||
*/
|
||||
SIMPLELOCK_DECL(_malloc_lock);
|
||||
SIMPLELOCK_DECL(_malloc_lock)
|
||||
#define LOCK() SIMPLELOCK_LOCK(_malloc_lock)
|
||||
#define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock)
|
||||
#define LOCK_INIT() SIMPLELOCK_INIT(_malloc_lock)
|
||||
|
|
Loading…
Reference in New Issue