From: PatR Date: Tue, 24 Nov 2015 00:00:50 +0000 (-0800) Subject: overlay bit X-Git-Tag: NetHack-3.6.0_RC01~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74450ef1f52387615313ce2b6147d4ac31a46ea0;p=nethack overlay bit Advance declaration of a function that's passed as a pointer to another function. --- diff --git a/src/files.c b/src/files.c index d499243b6..1ce0c872e 100644 --- a/src/files.c +++ b/src/files.c @@ -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);