Kaydet (Commit) d1fedb6a authored tarafından Jeremy Hylton's avatar Jeremy Hylton

Remove extraneous semicolon.

(Silences compiler warning for Compaq C++ 6.5 on Tru64.)
üst 9d0c8cee
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment