[evolution-data-server/gnome-2-30] Avoid compiler warnings when HAVE_LOCALTIME_R is undefined
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-2-30] Avoid compiler warnings when HAVE_LOCALTIME_R is undefined
- Date: Wed, 7 Apr 2010 21:30:23 +0000 (UTC)
commit 03c7d59667b03fd60a56bc7526a9334fb0b7a0a0
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date: Thu Mar 25 06:22:50 2010 +0100
Avoid compiler warnings when HAVE_LOCALTIME_R is undefined
libedataserver/e-time-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libedataserver/e-time-utils.c b/libedataserver/e-time-utils.c
index 0935daa..eddb03a 100644
--- a/libedataserver/e-time-utils.c
+++ b/libedataserver/e-time-utils.c
@@ -209,7 +209,7 @@ enum ptime_locale_status { not, loc, raw };
# endif /* GCC. */
#endif /* Not __P. */
-#if !HAVE_LOCALTIME_R && !defined localtime_r
+#if !defined HAVE_LOCALTIME_R && !defined localtime_r
# ifdef _LIBC
# define localtime_r __localtime_r
# else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]