mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove extraneous semicolon.
(Silences compiler warning for Compaq C++ 6.5 on Tru64.)
This commit is contained in:
parent
9d0c8cee66
commit
d1fedb6ab5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue