diff options
| author | Tyge Løvset <[email protected]> | 2021-09-24 07:08:56 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-09-24 07:08:56 +0200 |
| commit | 23f5994392dc3a3ad4a1b680f4453cba21e632eb (patch) | |
| tree | 780da8dab0df64db344558d3f0a698df10826d18 /include | |
| parent | 9f2cf3080ee03346cfe0e13b34505b1fd017fbe6 (diff) | |
| download | STC-modified-23f5994392dc3a3ad4a1b680f4453cba21e632eb.tar.gz STC-modified-23f5994392dc3a3ad4a1b680f4453cba21e632eb.zip | |
Reworked csptr docs. Made static members to inline (ccommon.h).
Diffstat (limited to 'include')
| -rw-r--r-- | include/stc/ccommon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stc/ccommon.h b/include/stc/ccommon.h index 2a1bea72..919194a8 100644 --- a/include/stc/ccommon.h +++ b/include/stc/ccommon.h @@ -45,8 +45,8 @@ # define STC_LIBRARY_ONLY(...) __VA_ARGS__
# define STC_STATIC_ONLY(...)
#else
-# define STC_API static
-# define STC_DEF static
+# define STC_API static inline
+# define STC_DEF static inline
# define STC_LIBRARY_ONLY(...)
# define STC_STATIC_ONLY(...) __VA_ARGS__
#endif
|
