Another batch of manual header var additions

This commit is contained in:
keni
2015-02-26 17:43:47 -05:00
committed by Pasi Kallinen
parent 4e50ba93f4
commit 69356cc77d
18 changed files with 57 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
# NetHack Copyright (c) NetHack PC Development Team 1993 - 2006
# NetHack may be freely redistributed. See license for details.
#
# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
# $Date: 2006/09/23 04:40:09 $ $Revision: 1.7 $
#
# A '#' at the beginning of a line means the rest of the line is a comment.
#
# Some options MUST be set in this file, other options can be toggled while

View File

@@ -32,6 +32,9 @@
* - remove useless variable `j' from srandom()
* - cast result of pointer subtraction to long since ptrdiff_t could
* be bigger than that and trigger warnings when assigning to long
*
* $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
* $Date: 2007/12/23 00:59:25 $ $Revision: 1.2 $
*/
#include "hack.h"

View File

@@ -41,6 +41,8 @@
* Modified 08 July 2006 to cast strlen() result to int to suppress a
* warning on platforms where size_t > sizeof(int).
*
* $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
* $Date: 2006/07/09 16:42:21 $ $Revision: 1.4 $
*/
#ifndef lint