mirror of
https://github.com/python/cpython.git
synced 2025-10-06 23:21:06 +00:00
Bug #1733488: Fix compilation of bufferobject.c on AIX.
This commit is contained in:
parent
b11197045a
commit
897704d1dd
2 changed files with 7 additions and 1 deletions
|
@ -19,7 +19,7 @@ enum buffer_t {
|
|||
READ_BUFFER,
|
||||
WRITE_BUFFER,
|
||||
CHAR_BUFFER,
|
||||
ANY_BUFFER,
|
||||
ANY_BUFFER
|
||||
};
|
||||
|
||||
static int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue