diff options
author | Siva Chandra <sivachandra@chromium.org> | 2014-06-04 10:50:11 -0700 |
---|---|---|
committer | Siva Chandra <sivachandra@chromium.org> | 2014-06-10 11:52:12 -0700 |
commit | 5a6c770930a54585c6d4bd9257ce7636b469d7c1 (patch) | |
tree | cffd264fe5becaf1e6d325885c7e569e03ab2d1e /texinfo | |
parent | d9949a367352c66b7d90ca32bdbd5cac38c14b53 (diff) | |
download | gdb-5a6c770930a54585c6d4bd9257ce7636b469d7c1.zip gdb-5a6c770930a54585c6d4bd9257ce7636b469d7c1.tar.gz gdb-5a6c770930a54585c6d4bd9257ce7636b469d7c1.tar.bz2 |
Wrap PyObject_Get/HasAttrString in a function with second arg having const qualifier.
This is done to avoid errors when compiled with -Werror against Python-2.4
which did not have the const qualifier for the second argument of these
functions.
gdb/
* python/python-internal.h (gdb_PyObject_GetAttrString)
(gdb_PyObject_HasAttrString): New inline function definitions.
* py-value.c (get_field_flag): Remove the now unnecessary cast to
char * of the second argument to PyObject_GetAttrString.
Diffstat (limited to 'texinfo')
0 files changed, 0 insertions, 0 deletions