Another batch of manual header var additions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user