undef UC_INLINE

This commit is contained in:
Nils O. Selåsdal
2013-11-30 03:26:45 +01:00
parent ad90215452
commit 6706d59b4b
+2
View File
@@ -189,4 +189,6 @@ static UC_INLINE void uc_tailq_move_tail(struct TailQ *entry, struct TailQ *head
(entry) != (head); \ (entry) != (head); \
(entry) = (prv), (prv) = (entry)->prev) (entry) = (prv), (prv) = (entry)->prev)
#undef UC_INLINE
#endif #endif