Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 510df6f

Browse files
committed
merge 3.6
2 parents fc4b438 + 741c45a commit 510df6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/makesetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
259259
for mod in $MODS
260260
do
261261
EXTDECLS="${EXTDECLS}extern PyObject* PyInit_$mod(void);$NL"
262-
INITBITS="${INITBITS} {\"$mod\", PyInit_$mod},$NL"
262+
INITBITS="${INITBITS} {\"$mod\", PyInit_$mod},$NL"
263263
done
264264

265265

0 commit comments

Comments
 (0)