aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/059_integers.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/patches/patches/059_integers.patch b/patches/patches/059_integers.patch
new file mode 100644
index 0000000..50a89a0
--- /dev/null
+++ b/patches/patches/059_integers.patch
@@ -0,0 +1,8 @@
+22,24c22,24
+< 0o131, // octal
+< 0b1101000, // binary
+< 0x66, // hex
+---
+> 0o132, // octal
+> 0b1101001, // binary
+> 0x67, // hex