/[emacs]/emacs/lib-src/update-game-score.c
ViewVC logotype

Diff of /emacs/lib-src/update-game-score.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by walters, Sun Apr 14 06:40:19 2002 UTC revision 1.8 by eliz, Tue Apr 16 20:03:59 2002 UTC
# Line 31  Boston, MA 02111-1307, USA.  */ Line 31  Boston, MA 02111-1307, USA.  */
31    
32  #define _GNU_SOURCE  #define _GNU_SOURCE
33    
34    #include <config.h>
35    
36  #include <unistd.h>  #include <unistd.h>
37  #include <errno.h>  #include <errno.h>
38  #include <string.h>  #include <string.h>
# Line 42  Boston, MA 02111-1307, USA.  */ Line 44  Boston, MA 02111-1307, USA.  */
44  #include <fcntl.h>  #include <fcntl.h>
45  #include <stdarg.h>  #include <stdarg.h>
46  #include <sys/stat.h>  #include <sys/stat.h>
 #include <config.h>  
47    
48  #define MAX_ATTEMPTS 5  #define MAX_ATTEMPTS 5
49  #define MAX_SCORES 200  #define MAX_SCORES 200

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26