Skip to content

Commit 18d175f

Browse files
committed
undef macro after usage
1 parent c10fe91 commit 18d175f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Modules/pyexpat.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ set_invalid_arg(pyexpat_state *state, xmlparseobject *self, const char *errmsg)
207207
return NULL;
208208
}
209209

210+
#undef SET_XML_ERROR
211+
210212
static int
211213
have_handler(xmlparseobject *self, int type)
212214
{

0 commit comments

Comments
 (0)