Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
90efadd1
Commit
90efadd1
authored
Apr 16, 2011
by
Paul Eggert
Browse files
* sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
by pacifying GCC about it. Maybe it's time to retire it?
parent
3c647824
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+3
-0
src/sysdep.c
src/sysdep.c
+2
-0
No files found.
src/ChangeLog
View file @
90efadd1
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.
...
...
src/sysdep.c
View file @
90efadd1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment