diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-04-08 18:42:19 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-04-08 18:42:19 -0400 |
commit | e9cf13bce8d3bfc59542f0b59764a6c46756543a (patch) | |
tree | d6c67aeffaf01e2121b7e4001ec501741ecbf141 /patches | |
parent | 74221f2fb2f32b52e51ffe1af4572a8940229b96 (diff) | |
download | ziglings-e9cf13bce8d3bfc59542f0b59764a6c46756543a.tar.gz ziglings-e9cf13bce8d3bfc59542f0b59764a6c46756543a.tar.bz2 ziglings-e9cf13bce8d3bfc59542f0b59764a6c46756543a.tar.xz ziglings-e9cf13bce8d3bfc59542f0b59764a6c46756543a.zip |
added 059
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/059_integers.patch | 8 |
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 |