[libc] Fix forward octal prefix (#73526)
commitfb23fabc190f528e09d85505c094666bb75fbf11
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 27 Nov 2023 15:21:20 +0000 (27 16:21 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 15:21:20 +0000 (27 16:21 +0100)
tree6f543471b604029a31d70e37c9a692e90fa96881
parentc94444390f4c8f4d898ac8a8444bc4bf3394609f
[libc] Fix forward octal prefix (#73526)

To fix failing build bots after :
https://github.com/llvm/llvm-project/pull/73372

```
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/src/__support/macros/properties/float.h:40:71: error: invalid digit '9' in octal constant
#if (defined(LIBC_COMPILER_CLANG_VER) && (LIBC_COMPILER_CLANG_VER >= 0900)) || \
```
libc/src/__support/macros/properties/float.h