index
:
extra-dependencies
master
This contains extra packages required to build TDE under various distros.
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debian
/
uncrustify-trinity
/
uncrustify-trinity-0.75.0
/
tests
/
expected
/
c
/
09616-enum_comma_ifdef.c
blob: 95637aaee105bfdb98543e2982114f28bdd2624a (
plain
)
1
2
3
4
5
6
7
enum A { a, b, #ifdef __clang__ c, #endif };