2
0
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:
Steven Watanabe
2012-03-24 21:07:49 +00:00
parent 0b3b574817
commit 888393c652
6 changed files with 353 additions and 453 deletions

View File

@@ -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