summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-09-24 07:08:56 +0200
committerTyge Løvset <[email protected]>2021-09-24 07:08:56 +0200
commit23f5994392dc3a3ad4a1b680f4453cba21e632eb (patch)
tree780da8dab0df64db344558d3f0a698df10826d18 /include
parent9f2cf3080ee03346cfe0e13b34505b1fd017fbe6 (diff)
downloadSTC-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.h4
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