* sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
by pacifying GCC about it. Maybe it's time to retire it?
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
|
||||
by pacifying GCC about it. Maybe it's time to retire it?
|
||||
|
||||
* dispextern.h (struct redisplay_interface): Rename param
|
||||
to avoid shadowing.
|
||||
|
||||
|
||||
@@ -2966,6 +2966,8 @@ system_process_attributes (Lisp_Object pid)
|
||||
|
||||
#if PROCFS_FILE_OFFSET_BITS_HACK == 1
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#ifdef _FILE_OFFSET_BITS /* Avoid unused-macro warnings. */
|
||||
#endif
|
||||
#endif /* PROCFS_FILE_OFFSET_BITS_HACK == 1 */
|
||||
|
||||
Lisp_Object
|
||||
|
||||
Reference in New Issue
Block a user