mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-22 04:35:24 +08:00
The digit in octal numbers should with in 0~7. Check on it in token_proc_number. This issue is found by Clang.
The digit in octal numbers should with in 0~7. Check on it in token_proc_number. This issue is found by Clang.