From 15b03496e4be744adb9069d0f88753268e9bb9d5 Mon Sep 17 00:00:00 2001 From: englebass Date: Sun, 26 Oct 2008 16:32:34 +0000 Subject: [PATCH] remove inline from ecore_print_warning, exported functions shouldn't be inline. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@37156 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore/ecore_private.h | 2 +- src/lib/ecore/ecore_value.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore/ecore_private.h b/src/lib/ecore/ecore_private.h index f1c8784..5cc24eb 100644 --- a/src/lib/ecore/ecore_private.h +++ b/src/lib/ecore/ecore_private.h @@ -107,7 +107,7 @@ #undef IF_FN_DEL #define IF_FN_DEL(_fn, ptr) if (ptr) { _fn(ptr); ptr = NULL; } -EAPI inline void ecore_print_warning(const char *function, const char *sparam); +EAPI void ecore_print_warning(const char *function, const char *sparam); /* convenience macros for checking pointer parameters for non-NULL */ #undef CHECK_PARAM_POINTER_RETURN diff --git a/src/lib/ecore/ecore_value.c b/src/lib/ecore/ecore_value.c index 963da91..f8aef93 100644 --- a/src/lib/ecore/ecore_value.c +++ b/src/lib/ecore/ecore_value.c @@ -35,7 +35,7 @@ EAPI const unsigned int ecore_prime_table[] = 2097143, 4194301, 8388617, 16777213 }; -EAPI inline void +EAPI void ecore_print_warning(const char *function, const char *sparam) { fprintf(stderr, "***** Developer Warning ***** :\n" -- 2.7.4