Cleanup inline.

SVN revision: 35350
This commit is contained in:
Cedric BAIL 2008-08-06 15:42:33 +00:00
parent ff9f4d3502
commit a9c6722814
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#ifndef EVAS_INLINE_ARRAY_H
#define EVAS_INLINE_ARRAY_H
#ifndef EINA_INLINE_ARRAY_X_
#define EINA_INLINE_ARRAY_X_
#ifdef __GNUC__
# define UNLIKELY(x) __builtin_expect(!!(x), 0)