From 6706d59b4bb201ea2c30a27477a56e10f31a2f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Sat, 30 Nov 2013 03:26:45 +0100 Subject: [PATCH] undef UC_INLINE --- include/ucore/tailq.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ucore/tailq.h b/include/ucore/tailq.h index a890b93..3e4ce17 100644 --- a/include/ucore/tailq.h +++ b/include/ucore/tailq.h @@ -189,4 +189,6 @@ static UC_INLINE void uc_tailq_move_tail(struct TailQ *entry, struct TailQ *head (entry) != (head); \ (entry) = (prv), (prv) = (entry)->prev) +#undef UC_INLINE + #endif