Commit 14312576 authored by Martin v. Löwis's avatar Martin v. Löwis

Bug #1733488: Fix compilation of bufferobject.c on AIX.

parent 8388c54f
...@@ -9,6 +9,12 @@ What's New in Python 2.5.2c1? ...@@ -9,6 +9,12 @@ What's New in Python 2.5.2c1?
*Release date: XX-XXX-XXXX* *Release date: XX-XXX-XXXX*
Core and builtins
-----------------
- Bug #1733488: Fix compilation of bufferobject.c on AIX.
Library Library
------- -------
......
...@@ -19,7 +19,7 @@ enum buffer_t { ...@@ -19,7 +19,7 @@ enum buffer_t {
READ_BUFFER, READ_BUFFER,
WRITE_BUFFER, WRITE_BUFFER,
CHAR_BUFFER, CHAR_BUFFER,
ANY_BUFFER, ANY_BUFFER
}; };
static int static int
......
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