fix spelling of HAVE_LIBPYTHON2_4 in py-value.c
authorTom Tromey <tom@tromey.com>
Wed, 25 May 2016 13:54:44 +0000 (07:54 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 25 May 2016 13:54:44 +0000 (07:54 -0600)
commit7bd787e8774f96712d2e15a4094f094e00ff45ba
tree6601a61816c10e8a315fef6d7236a8c0b529eb85
parentee4d7613b9b5b4a96a01717663676a3eea3d3862
fix spelling of HAVE_LIBPYTHON2_4 in py-value.c

Ulrich pointed out that an earlier patch had misspelled
HAVE_LIBPYTHON2_4, adding an extra "_".  This caused a build failure.
This patch fixes the bug.

2016-05-25  Tom Tromey  <tom@tromey.com>

* python/py-value.c (value_object_as_number): Use correct spelling
of HAVE_LIBPYTHON2_4.
gdb/ChangeLog
gdb/python/py-value.c