We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abe789 commit b0b3b88Copy full SHA for b0b3b88
src/rtlib/fb_thread.h
@@ -47,4 +47,4 @@ FBCALL void fb_TlsFreeCtxTb( void );
47
void fb_TlsExit ( void );
48
#endif
49
50
-#define FB_TLSGETCTX(id) (FB_##id##CTX *)fb_TlsGetCtx( FB_TLSKEY_##id, sizeof( FB_##id##CTX ) );
+#define FB_TLSGETCTX(id) ((FB_##id##CTX *)fb_TlsGetCtx( FB_TLSKEY_##id, sizeof( FB_##id##CTX ) ))
0 commit comments