]> granicus.if.org Git - nethack/commitdiff
lint
authorPatR <rankin@nethack.org>
Thu, 23 Apr 2015 02:17:49 +0000 (19:17 -0700)
committerPatR <rankin@nethack.org>
Thu, 23 Apr 2015 02:17:49 +0000 (19:17 -0700)
include/extern.h
src/lock.c

index 41426cbca6bd0eb22f7bad006d7605af92b47720..821f2a41cf889697fb5a6edde5a71ddc0ad1b262 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.5 extern.h        $NHDT-Date: 1429666893 2015/04/22 01:41:33 $  $NHDT-Branch: master $:$NHDT-Revision: 1.467 $ */
+/* NetHack 3.5 extern.h        $NHDT-Date: 1429755449 2015/04/23 02:17:29 $  $NHDT-Branch: master $:$NHDT-Revision: 1.477 $ */
 /* Copyright (c) Steve Creps, 1988.                              */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -119,7 +119,7 @@ E void FDECL(uchangealign, (int,int));
 
 /* ### ball.c ### */
 
-E void FDECL(ballrelease, (boolean));
+E void FDECL(ballrelease, (BOOLEAN_P));
 E void NDECL(ballfall);
 E void NDECL(placebc);
 E void NDECL(unplacebc);
index ed629e93c914d2cc5cc20a5524d2a4812d1e4537..17e5f007ed9be9c0c5e1a49b3c121e3e1afa077b 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.5 lock.c  $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$ */
+/* NetHack 3.5 lock.c  $NHDT-Date: 1429755451 2015/04/23 02:17:31 $  $NHDT-Branch: master $:$NHDT-Revision: 1.56 $ */
 /* NetHack 3.5 lock.c  $Date: 2014/09/20 00:32:01 $  $Revision: 1.39 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -546,10 +546,8 @@ int
 doopen_indir(x, y)             /* try to open a door in direction u.dx/u.dy */
 int x, y;
 {
-
        coord cc;
        register struct rm *door;
-       struct monst *mtmp;
        boolean portcullis;
        int res = 0;