This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 04/12] Remove #if HAVE_PYTHON
- From: Tom Tromey <tromey at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Wed, 21 May 2014 11:52:48 -0600
- Subject: Re: [PATCH 04/12] Remove #if HAVE_PYTHON
- Authentication-results: sourceware.org; auth=none
- References: <1392367471-13527-1-git-send-email-yao at codesourcery dot com> <1392367471-13527-5-git-send-email-yao at codesourcery dot com>
>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:
Yao> 2014-02-14 Pedro Alves <pedro@codesourcery.com>
Yao> Yao Qi <yao@codesourcery.com>
Yao> * varobj.c: Remove "#if HAVE_PYTHON" and "#endif".
Yao> (varobj_get_iterator): Wrap up code for pretty-printer by
Yao> "#if HAVE_PYTHON" and "#endif".
Yao> (update_dynamic_varobj_children): Likewise.
This is ok.
Tom