From 875975e94dae06f2da4c1e0ad5bdc4cfd5b5f449 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 16 Apr 2011 14:28:14 -0700 Subject: [PATCH] * xfaces.c (USG, __TIMEVAL__): Likewise. --- src/ChangeLog | 1 + src/xfaces.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index a11562b4d7a..ec43b7b2f72 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,6 +2,7 @@ * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier by pacifying GCC about it. Maybe it's time to retire it? + * xfaces.c (USG, __TIMEVAL__): Likewise. * dispextern.h (struct redisplay_interface): Rename param to avoid shadowing. diff --git a/src/xfaces.c b/src/xfaces.c index 5cfe99d1285..fbed183522a 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -273,6 +273,8 @@ along with GNU Emacs. If not, see . */ #include #define USG #define __TIMEVAL__ +#if defined USG || defined __TIMEVAL__ /* Don't warn about unused macros. */ +#endif #else /* not XOS_NEEDS_TIME_H */ #include #endif /* not XOS_NEEDS_TIME_H */ -- 2.39.2