summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-04-08 18:42:19 -0400
committerDave Gauer <dave@ratfactor.com>2021-04-08 18:42:19 -0400
commit1427d3b6f18f910d9c45efee407de1476d7e6121 (patch)
treed6c67aeffaf01e2121b7e4001ec501741ecbf141 /patches
parent34eef5bd242ab8c6de992f4da1c87c1d46a2be22 (diff)
added 059
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