From: Paul Eggert Date: Sat, 16 Apr 2011 21:28:14 +0000 (-0700) Subject: * xfaces.c (USG, __TIMEVAL__): Likewise. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~268^2~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=875975e94dae06f2da4c1e0ad5bdc4cfd5b5f449;p=emacs.git * xfaces.c (USG, __TIMEVAL__): Likewise. --- 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 */