]> granicus.if.org Git - nethack/commitdiff
overlay bit
authorPatR <rankin@nethack.org>
Tue, 24 Nov 2015 00:00:50 +0000 (16:00 -0800)
committerPatR <rankin@nethack.org>
Tue, 24 Nov 2015 00:00:50 +0000 (16:00 -0800)
Advance declaration of a function that's passed as a pointer to another
function.

src/files.c

index d499243b60f897ce63ca901afcb91a075a7b26fe..1ce0c872e158015b16edad1a52cf3ee31541280e 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 files.c $NHDT-Date: 1448241781 2015/11/23 01:23:01 $  $NHDT-Branch: master $:$NHDT-Revision: 1.189 $ */
+/* NetHack 3.6 files.c $NHDT-Date: 1448323244 2015/11/24 00:00:44 $  $NHDT-Branch: master $:$NHDT-Revision: 1.190 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -171,7 +171,7 @@ extern int n_dgns; /* from dungeon.c */
 #endif
 
 #ifdef SELECTSAVED
-STATIC_DCL int FDECL(CFDECLSPEC strcmp_wrap, (const void *, const void *));
+STATIC_PTR int FDECL(CFDECLSPEC strcmp_wrap, (const void *, const void *));
 #endif
 STATIC_DCL char *FDECL(set_bonesfile_name, (char *, d_level *));
 STATIC_DCL char *NDECL(set_bonestemp_name);