Commit b1d1c42
authored
remove configure check for memmove (#3716)
Python requires C implementations provide memmove, so we shouldn't need to check for it. The only place using this configure check was expat, where we can simply always define HAVE_MEMMOVE.1 parent 5b9299d commit b1d1c42
4 files changed
Lines changed: 2 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12253 | 12253 | | |
12254 | 12254 | | |
12255 | 12255 | | |
12256 | | - | |
12257 | | - | |
12258 | | - | |
12259 | | - | |
12260 | | - | |
12261 | | - | |
12262 | | - | |
12263 | | - | |
12264 | | - | |
12265 | | - | |
12266 | | - | |
12267 | | - | |
12268 | | - | |
12269 | 12256 | | |
12270 | 12257 | | |
12271 | 12258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3684 | 3684 | | |
3685 | 3685 | | |
3686 | 3686 | | |
3687 | | - | |
3688 | | - | |
3689 | | - | |
3690 | 3687 | | |
3691 | 3688 | | |
3692 | 3689 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | 604 | | |
608 | 605 | | |
609 | 606 | | |
| |||
0 commit comments