aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-12-22 16:25:17 +0000
committerTom Tromey <tromey@redhat.com>2008-12-22 16:25:17 +0000
commitf2f35b75ff2ed85fc9be04608e88dc3345d9617e (patch)
treea4f5a4ec55598f839c6c7bb209586911420f8758 /gdb/python
parentba163c7e4485a5653070684f15f8eb06d62683a5 (diff)
downloadfsf-binutils-gdb-f2f35b75ff2ed85fc9be04608e88dc3345d9617e.zip
fsf-binutils-gdb-f2f35b75ff2ed85fc9be04608e88dc3345d9617e.tar.gz
fsf-binutils-gdb-f2f35b75ff2ed85fc9be04608e88dc3345d9617e.tar.bz2
2008-12-22 Paul Pluzhnikov <ppluzhnikov@google.com>
* python/python-internal.h (PyEval_ReleaseLock): New define.
Diffstat (limited to 'gdb/python')
-rw-r--r--gdb/python/python-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h
index dbc0a53..b2d7757 100644
--- a/gdb/python/python-internal.h
+++ b/gdb/python/python-internal.h
@@ -52,6 +52,7 @@ typedef Py_intptr_t Py_ssize_t;
#define PyEval_InitThreads() 0
#define PyThreadState_Swap(ARG) (ARG)
#define PyEval_InitThreads() 0
+#define PyEval_ReleaseLock() 0
#endif
struct value;