From bb426bfecd59fc2bb337da96b6b8a29cbe2a967b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Wed, 6 May 2015 18:28:05 +0200 Subject: [PATCH] Don't undef UC_INLINE in pack.h --- include/ucore/pack.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/ucore/pack.h b/include/ucore/pack.h index 889adcc..7c02a41 100644 --- a/include/ucore/pack.h +++ b/include/ucore/pack.h @@ -245,10 +245,5 @@ static UC_INLINE uint64_t uc_unpack_64_be(const uint8_t *r) return v; } - - -#undef UC_INLINE - - #endif