mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-23 10:17:53 +08:00
2008-12-22 Paul Pluzhnikov <ppluzhnikov@google.com>
* python/python-internal.h (PyEval_ReleaseLock): New define.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user