1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-30 11:09:23 +00:00

Move config.h before the other headers, to prevent compiler warnings

due to redifinition of _FILE_OFFSET_BITS.
This commit is contained in:
Eli Zaretskii 2002-04-16 20:05:08 +00:00
parent 58db50c3bb
commit c42d6dbdbe
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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