emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/update-game-score.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lib-src/update-game-score.c
Date: Tue, 16 Apr 2002 16:04:00 -0400

Index: emacs/lib-src/update-game-score.c
diff -c emacs/lib-src/update-game-score.c:1.7 
emacs/lib-src/update-game-score.c:1.8
*** emacs/lib-src/update-game-score.c:1.7       Sun Apr 14 02:40:19 2002
--- emacs/lib-src/update-game-score.c   Tue Apr 16 16:03:59 2002
***************
*** 31,36 ****
--- 31,38 ----
  
  #define _GNU_SOURCE
  
+ #include <config.h>
+ 
  #include <unistd.h>
  #include <errno.h>
  #include <string.h>
***************
*** 42,48 ****
  #include <fcntl.h>
  #include <stdarg.h>
  #include <sys/stat.h>
- #include <config.h>
  
  #define MAX_ATTEMPTS 5
  #define MAX_SCORES 200
--- 44,49 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]