From 24d8533cbb563bf3c8cb7f03ed9c7e08be9db651 Mon Sep 17 00:00:00 2001 From: tromey Date: Mon, 22 Dec 2008 19:45:56 +0000 Subject: [PATCH] * python/python-value.c (valpy_length): Remove #if. --- gdb/ChangeLog | 4 ++++ gdb/python/python-value.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8d2980b442..e917700f7a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-12-22 Tom Tromey + + * python/python-value.c (valpy_length): Remove #if. + 2008-12-22 Paul Pluzhnikov * python/python-internal.h (PyEval_ReleaseLock): New define. diff --git a/gdb/python/python-value.c b/gdb/python/python-value.c index b23174ca2b..9db7208404 100644 --- a/gdb/python/python-value.c +++ b/gdb/python/python-value.c @@ -132,11 +132,7 @@ valpy_dereference (PyObject *self, PyObject *args) return value_to_value_object (res_val); } -#ifdef HAVE_LIBPYTHON2_4 -static int -#else static Py_ssize_t -#endif valpy_length (PyObject *self) { /* We don't support getting the number of elements in a struct / class. */ -- 2.11.0