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
c42d6dbd
Commit
c42d6dbd
authored
Apr 16, 2002
by
Eli Zaretskii
Browse files
Move config.h before the other headers, to prevent compiler warnings
due to redifinition of _FILE_OFFSET_BITS.
parent
58db50c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lib-src/ChangeLog
lib-src/ChangeLog
+5
-0
lib-src/update-game-score.c
lib-src/update-game-score.c
+2
-1
No files found.
lib-src/ChangeLog
View file @
c42d6dbd
2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
* update-game-score.c: Move config.h before the other headers, to
avoid compiler warnings.
2002-04-16 Francesco Potorti` <pot@gnu.org>
* etags.c (find_entries): Bug fix in list management.
...
...
lib-src/update-game-score.c
View file @
c42d6dbd
...
...
@@ -31,6 +31,8 @@ Boston, MA 02111-1307, USA. */
#define _GNU_SOURCE
#include <config.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
...
...
@@ -42,7 +44,6 @@ Boston, MA 02111-1307, USA. */
#include <fcntl.h>
#include <stdarg.h>
#include <sys/stat.h>
#include <config.h>
#define MAX_ATTEMPTS 5
#define MAX_SCORES 200
...
...
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