From f2f35b75ff2ed85fc9be04608e88dc3345d9617e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 22 Dec 2008 16:25:17 +0000 Subject: 2008-12-22 Paul Pluzhnikov * python/python-internal.h (PyEval_ReleaseLock): New define. --- gdb/python/python-internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/python') 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; -- cgit v1.1