summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-31 15:36:04 +0100
committerDavid Robillard <d@drobilla.net>2020-12-31 15:36:04 +0100
commitad23cd354165b6c2926d8f23636010a3e0ea85ea (patch)
tree093d9123bafc51e07c6e3ee0c9d0d54593b96fe7 /.clang-format
parented9a6e98b8e4e010117e1228333569aa31c51d9e (diff)
downloadzix-ad23cd354165b6c2926d8f23636010a3e0ea85ea.tar.gz
zix-ad23cd354165b6c2926d8f23636010a3e0ea85ea.tar.bz2
zix-ad23cd354165b6c2926d8f23636010a3e0ea85ea.zip
Remove ZIX_PRIVATE and ZIX_INLINE mechanisms
A normal C library ought to be good enough for anybody.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index d2c0991..dc17e38 100644
--- a/.clang-format
+++ b/.clang-format
@@ -20,7 +20,6 @@ StatementMacros:
- ZIX_CONST_API
- ZIX_CONST_API
- ZIX_MALLOC_API
- - ZIX_PRIVATE
- ZIX_PURE_API
- ZIX_UNUSED
...