Commit 4e63db4
committed
Delete unsupported sockaddr_in pattern
One of the fields of sockaddr_in is u8 on Linux and u16 on macOS. We
emit integer literals suffix when initializing each field. On Linux we
emit 2_u8, and on macOS we emit 2_u16 for example. To fix this we should
not emit integer literal suffix at all.1 parent 6b8f7d9 commit 4e63db4
2 files changed
Lines changed: 0 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 26 | | |
33 | 27 | | |
34 | 28 | | |
35 | | - | |
36 | | - | |
37 | 29 | | |
38 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 29 | | |
35 | 30 | | |
36 | 31 | | |
37 | | - | |
38 | | - | |
39 | 32 | | |
40 | 33 | | |
0 commit comments