We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5eb953 commit a9e8695Copy full SHA for a9e8695
TSRM/TSRM.c
@@ -795,7 +795,7 @@ void tsrm_error_set(int level, char *debug_filename)
795
#endif
796
}
797
798
-TSRM_API inline void *tsrm_get_ls_cache(void)
+TSRM_API void *tsrm_get_ls_cache(void)
799
{
800
return tsrm_tls_get();
801
TSRM/TSRM.h
@@ -155,7 +155,7 @@ TSRM_API void *tsrm_new_interpreter_context(void);
155
TSRM_API void *tsrm_set_interpreter_context(void *new_ctx);
156
TSRM_API void tsrm_free_interpreter_context(void *context);
157
158
-TSRM_API inline void *tsrm_get_ls_cache(void);
+TSRM_API void *tsrm_get_ls_cache(void);
159
160
#ifdef TSRM_WIN32
161
# define TSRM_TLS __declspec(thread)
0 commit comments