Skip to content

Commit c9d37ac

Browse files
committed
double extern?
1 parent 51c2b7d commit c9d37ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/duckdb_py/duckdb_python.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ static void RegisterExpectedResultType(py::handle &m) {
10101010
/**
10111011
* Fwd declaration of duckdb_adbc_init (the entrypoint of our ADBC driver) that must be exported.
10121012
*/
1013-
extern "C" PYBIND11_EXPORT extern void duckdb_adbc_init(void);
1013+
extern "C" PYBIND11_EXPORT void duckdb_adbc_init(void);
10141014

10151015
PYBIND11_MODULE(DUCKDB_PYTHON_LIB_NAME, m) { // NOLINT
10161016
// Take address to force duckdb_adbc_init symbol inclusion

0 commit comments

Comments
 (0)