File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3939
4040#ifndef Expat_External_INCLUDED
4141# define Expat_External_INCLUDED 1
42+ /* Namespace external symbols to allow multiple libexpat version to
43+ co-exist. */
44+ #include " pyexpatns.h"
4245
4346/* External API definitions */
4447
Original file line number Diff line number Diff line change 5252rm libexpat.tar.gz
5353
5454# Step 3: Add the namespacing include to expat_external.h
55- sed -i ' s/#define Expat_External_INCLUDED 1/&\n \n\/* Namespace external symbols to allow multiple libexpat version to\n co-exist. \*\/\n#include "pyexpatns.h"/' expat_external.h
55+ sed -i ' s/# define Expat_External_INCLUDED 1/&\n\/* Namespace external symbols to allow multiple libexpat version to\n co-exist. \*\/\n#include "pyexpatns.h"/' expat_external.h
5656
5757echo "
5858Updated! next steps:
You can’t perform that action at this time.
0 commit comments