Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > d3fc42379108f9322d54792dcf5cd3a1 > files > 1929

python3-matplotlib-1.2.0-14.fc18.i686.rpm

//
//  CxxDebug.hxx
//
//  Copyright (c) 2008 Barry A. Scott
//
#ifndef __CXX_Debug_hxx
#define __CXX_Debug_hxx

//
//  Functions useful when debugging PyCXX
//
#ifdef PYCXX_DEBUG
extern void bpt();
extern void printRefCount( PyObject *obj );
#endif

#endif