aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
diff options
context:
space:
mode:
authorriverbl <94326797+riverbl@users.noreply.github.com>2022-01-14 23:11:20 +0000
committerVeikka Tuominen <git@vexu.eu>2022-01-17 16:49:46 +0200
commitaa5514fcf2305233c468b358d22ab171f377aef9 (patch)
tree7c85e4a710786963c5a05c0f3d62159c832c606b /src/Compilation.zig
parent0d0f277954e8809ac537d11ff536639aed8f2724 (diff)
downloadzig-aa5514fcf2305233c468b358d22ab171f377aef9.tar.gz
zig-aa5514fcf2305233c468b358d22ab171f377aef9.zip
translate-c: Fix issues translating macro define of hex float constant
* Fix incorrect result when the first digit after the decimal point is not 0-9 - eg 0x0.ap0 * Fix compiler panic when the number starts with `0X` with a capital `X` - eg 0X0p0 * Fix compiler panic when the number has a decimal point immediately after `0x` - eg 0x.0p0
Diffstat (limited to 'src/Compilation.zig')
0 files changed, 0 insertions, 0 deletions