Paranthesize expression-like macro (#668)

This commit is contained in:
tcpluess 2023-04-28 23:05:56 +02:00 committed by GitHub
parent c1980cedb1
commit eb00a535a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@
#endif #endif
#ifndef configSET_TLS_BLOCK #ifndef configSET_TLS_BLOCK
#define configSET_TLS_BLOCK( xTLSBlock ) _impure_ptr = &( xTLSBlock ) #define configSET_TLS_BLOCK( xTLSBlock ) ( _impure_ptr = &( xTLSBlock ) )
#endif #endif
#ifndef configDEINIT_TLS_BLOCK #ifndef configDEINIT_TLS_BLOCK