From 8ac46c972f2d7514c133a6f6d34c07a9ea99bb20 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 19 Sep 2016 22:20:13 -0700 Subject: [PATCH] revert expat changes --- Modules/expat/pyexpatns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/expat/pyexpatns.h b/Modules/expat/pyexpatns.h index cfb742ee000..999c5c730ab 100644 --- a/Modules/expat/pyexpatns.h +++ b/Modules/expat/pyexpatns.h @@ -26,7 +26,7 @@ * http://lxr.mozilla.org/seamonkey/source/modules/libimg/png/mozpngconf.h#115 * * The list of relevant exported symbols can be had with this command: - * + * nm pyexpat.so \ | grep -v " [a-zBUA] " \ | grep -v "_fini\|_init\|initpyexpat"