]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfaces.c (USG, __TIMEVAL__): Likewise.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 16 Apr 2011 21:28:14 +0000 (14:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 16 Apr 2011 21:28:14 +0000 (14:28 -0700)
src/ChangeLog
src/xfaces.c

index a11562b4d7af4abc99c7ee86b1ef8668df06fbda..ec43b7b2f72e0efb71033cba392b54cbd086d9dc 100644 (file)
@@ -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.
index 5cfe99d1285f7a86fd13c209ac95af34061a875c..fbed183522a930417779d41d773a7d6697cd8c02 100644 (file)
@@ -273,6 +273,8 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <X11/Xos.h>
 #define USG
 #define __TIMEVAL__
+#if defined USG || defined __TIMEVAL__ /* Don't warn about unused macros.  */
+#endif
 #else /* not XOS_NEEDS_TIME_H */
 #include <X11/Xos.h>
 #endif /* not XOS_NEEDS_TIME_H */