aboutsummaryrefslogtreecommitdiff
path: root/patches/patches/059_integers.patch
blob: 50a89a07b61ac301985cd51c0f732f85f98e265d (plain)
1
2
3
4
5
6
7
8
22,24c22,24
<         0o131,     // octal
<         0b1101000, // binary
<         0x66,      // hex
---
>         0o132,     // octal
>         0b1101001, // binary
>         0x67,      // hex