mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-02 10:43:10 +08:00

It's better if the macro receives the condition as an expression rather than a string - that way it can choose to use it as is or stringify it. Also, the documentation states that the parameter is an expression, not a string.