2008-12-22 Paul Pluzhnikov <ppluzhnikov@google.com>
authorTom Tromey <tromey@redhat.com>
Mon, 22 Dec 2008 16:25:17 +0000 (16:25 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 22 Dec 2008 16:25:17 +0000 (16:25 +0000)
* python/python-internal.h (PyEval_ReleaseLock): New define.

gdb/ChangeLog
gdb/python/python-internal.h

index 49fecf4..8d2980b 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * python/python-internal.h (PyEval_ReleaseLock): New define.
+       
 2008-12-22  Tom Tromey  <tromey@redhat.com>
 
        * c-exp.y (ident_tokens): New global.
index dbc0a53..b2d7757 100644 (file)
@@ -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;