summaryrefslogtreecommitdiffstats
path: root/Modules/expat/pyexpatns.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-20 05:20:13 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-20 05:20:13 (GMT)
commit8ac46c972f2d7514c133a6f6d34c07a9ea99bb20 (patch)
tree0fe888b127291223ce5871d405fe96b11bcceb92 /Modules/expat/pyexpatns.h
parente2e792d98feef833eaff28d8fe1249953c9da6ca (diff)
downloadcpython-8ac46c972f2d7514c133a6f6d34c07a9ea99bb20.zip
cpython-8ac46c972f2d7514c133a6f6d34c07a9ea99bb20.tar.gz
cpython-8ac46c972f2d7514c133a6f6d34c07a9ea99bb20.tar.bz2
revert expat changes
Diffstat (limited to 'Modules/expat/pyexpatns.h')
-rw-r--r--Modules/expat/pyexpatns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/expat/pyexpatns.h b/Modules/expat/pyexpatns.h
index cfb742e..999c5c7 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"