mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-20 10:45:37 +02: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.