projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e264f26
)
* xfaces.c (USG, __TIMEVAL__): Likewise.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 16 Apr 2011 21:28:14 +0000
(14:28 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 16 Apr 2011 21:28:14 +0000
(14:28 -0700)
src/ChangeLog
patch
|
blob
|
history
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index a11562b4d7af4abc99c7ee86b1ef8668df06fbda..ec43b7b2f72e0efb71033cba392b54cbd086d9dc 100644
(file)
--- 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 5cfe99d1285f7a86fd13c209ac95af34061a875c..fbed183522a930417779d41d773a7d6697cd8c02 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-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 */