Remove extraneous semicolon (-pedantic warning)

This commit is contained in:
Ivan Smirnov 2016-06-17 22:29:10 +01:00
parent a62b3a07ba
commit 3ae5bd787f

View File

@ -116,7 +116,7 @@
extern "C" {
struct _Py_atomic_address { void *value; };
PyAPI_DATA(_Py_atomic_address) _PyThreadState_Current;
};
}
#endif
#define PYBIND11_TRY_NEXT_OVERLOAD ((PyObject *) 1) // special failure return code