Skip to content

Commit dc8976b

Browse files
author
Erlend E. Aasland
committed
Undef helper macro after use
1 parent b4302fd commit dc8976b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_sqlite/connection.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1975,6 +1975,7 @@ static PyGetSetDef connection_getset[] = {
19751975
#endif
19761976
{NULL}
19771977
};
1978+
#undef DEF_LIMIT_GETSET
19781979

19791980
static PyMethodDef connection_methods[] = {
19801981
PYSQLITE_CONNECTION_BACKUP_METHODDEF

0 commit comments

Comments
 (0)