repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
supernova: allocators - fix construct method
[supercollider.git]
/
external_libraries
/
pycxx-6.2.2
/
CXX
/
IndirectPythonInterface.hxx
blob
26cd2d2989fd8749e900bae11dfbfbad2f4019e5
1
#include
"CXX/WrapPython.h"
2
3
#if PY_MAJOR_VERSION == 2
4
#include
"CXX/Python2/IndirectPythonInterface.hxx"
5
#else
6
#include
"CXX/Python3/IndirectPythonInterface.hxx"
7
#endif