Skip to content

Commit b1f3f3b

Browse files
author
Erlend E. Aasland
committed
Address review: undef ADD_TYPE and CREATE_TYPE macros to better show their scope
1 parent 6bae5b1 commit b1f3f3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Modules/cjkcodecs/multibytecodec.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2031,6 +2031,9 @@ _multibytecodec_exec(PyObject *mod)
20312031
return 0;
20322032
}
20332033

2034+
#undef CREATE_TYPE
2035+
#undef ADD_TYPE
2036+
20342037
static struct PyMethodDef __methods[] = {
20352038
_MULTIBYTECODEC___CREATE_CODEC_METHODDEF
20362039
{NULL, NULL},

0 commit comments

Comments
 (0)