summaryrefslogtreecommitdiff
path: root/include/queue.h
diff options
context:
space:
mode:
authorIngo Bürk <admin@airblader.de>2018-07-16 16:18:06 +0200
committerGitHub <noreply@github.com>2018-07-16 16:18:06 +0200
commit639a67f752874142b1c081345fd36610e9046103 (patch)
treecdc94184dd55946a3dfba1657a5820c38a2924fb /include/queue.h
parent0b25052cd0457736d45962d7f0ad057bbb648081 (diff)
parent3fd61f86dbbe5e0b1bce99836657f32feacce6eb (diff)
Merge pull request #296 from Stunkymonkey/include-order
switch to clang 3.8 & ignore include sort order
Diffstat (limited to 'include/queue.h')
-rw-r--r--include/queue.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/queue.h b/include/queue.h
index 3092aad..5b449ab 100644
--- a/include/queue.h
+++ b/include/queue.h
@@ -433,7 +433,10 @@
}
#define CIRCLEQ_HEAD_INITIALIZER(head) \
- { CIRCLEQ_END(&head), CIRCLEQ_END(&head) }
+ { \
+ CIRCLEQ_END(&head) \
+ , CIRCLEQ_END(&head) \
+ }
#define CIRCLEQ_ENTRY(type) \
struct { \