mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 00:01:33 -08:00
* 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:
parent
3c647824ce
commit
90efadd1f6
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue