mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-23 18:26:47 +08:00
* python/python-internal.h (PY_SSIZE_T_CLEAN): Define.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2011-06-28 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* python/python-internal.h (PY_SSIZE_T_CLEAN): Define.
|
||||||
|
|
||||||
2011-06-27 Tom Tromey <tromey@redhat.com>
|
2011-06-27 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* valops.c (find_overload_match): Call do_cleanups before early
|
* valops.c (find_overload_match): Call do_cleanups before early
|
||||||
|
@ -41,6 +41,9 @@
|
|||||||
around technique as above. */
|
around technique as above. */
|
||||||
#undef _FILE_OFFSET_BITS
|
#undef _FILE_OFFSET_BITS
|
||||||
|
|
||||||
|
/* Request clean size types from Python. */
|
||||||
|
#define PY_SSIZE_T_CLEAN
|
||||||
|
|
||||||
/* Include the Python header files using angle brackets rather than
|
/* Include the Python header files using angle brackets rather than
|
||||||
double quotes. On case-insensitive filesystems, this prevents us
|
double quotes. On case-insensitive filesystems, this prevents us
|
||||||
from including our python/python.h header file. */
|
from including our python/python.h header file. */
|
||||||
|
Reference in New Issue
Block a user