Commit 3108bcc
committed
ParseXS: fix space translation for $ntype
Variable $ntype is used in T_PACKED and T_PACKEDARRAY AS-IS making
impossible to use these typemaps with any types containing spaces,
like 'struct Foo'. This commit replaces spaces with underscores.
Signed-off-by: Sergei Zhmylev <[email protected]>1 parent 8d0a0f0 commit 3108bcc
File tree
2 files changed
+6
-4
lines changed- dist/ExtUtils-ParseXS/lib
- ExtUtils/ParseXS
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1382 | 1382 | | |
1383 | 1383 | | |
1384 | 1384 | | |
1385 | | - | |
1386 | | - | |
| 1385 | + | |
| 1386 | + | |
1387 | 1387 | | |
| 1388 | + | |
1388 | 1389 | | |
1389 | 1390 | | |
1390 | 1391 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | | - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
| |||
0 commit comments