From e9cf13bce8d3bfc59542f0b59764a6c46756543a Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Thu, 8 Apr 2021 18:42:19 -0400 Subject: added 059 --- patches/patches/059_integers.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 patches/patches/059_integers.patch (limited to 'patches') 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 -- cgit v1.2.3-ZIG