Commit 2dd8dc2
use seperate conditionals for each MUTABLE_ macro rather than relying on MUTABLE_PTR
Instead of having our backcompat definitions of MUTABLE_HV, MUTABLE_AV
etc be dependent on if MUTABLE_PTR is defined, check for each individual
macro. Newer versions of Devel::PPPort provide MUTABLE_PTR, but not the
various MUTABLE_* macros, so they wouldn't be defined when needed.1 parent 4ae127c commit 2dd8dc2
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
| 32 | + | |
| 33 | + | |
24 | 34 | | |
| 35 | + | |
| 36 | + | |
25 | 37 | | |
26 | 38 | | |
27 | 39 | | |
| |||
0 commit comments