mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
ANSIfy as many declarations as possible.
This commit is contained in:
parent
bd8ad942fe
commit
b4bd21cf79
5 changed files with 8 additions and 7 deletions
|
@ -106,7 +106,7 @@ void PyThread__exit_prog(int status)
|
|||
PyThread_type_lock PyThread_allocate_lock(void)
|
||||
{
|
||||
struct lock *lock;
|
||||
extern char *malloc();
|
||||
extern char *malloc(size_t);
|
||||
|
||||
dprintf(("PyThread_allocate_lock called\n"));
|
||||
if (!initialized)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue