mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Merge Python function support into function.c
[SVN r77518]
This commit is contained in:
@@ -37,4 +37,10 @@ FUNCTION * function_unbind_variables( FUNCTION * f );
|
||||
|
||||
void function_done( void );
|
||||
|
||||
#ifdef HAVE_PYTHON
|
||||
|
||||
FUNCTION * function_python( PyObject * function, PyObject * bjam_signature );
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user