3.3.2 to 3.4.0

This commit is contained in:
nethack.allison
2002-02-04 16:11:00 +00:00
parent 06528d1002
commit 742e1e8c90
178 changed files with 232 additions and 232 deletions

View File

@@ -1,5 +1,5 @@
%{
/* SCCS Id: @(#)dgn_lex.c 3.3 96/03/02 */
/* SCCS Id: @(#)dgn_lex.c 3.4 1996/03/02 */
/* Copyright (c) 1989 by Jean-Christophe Collet */
/* Copyright (c) 1990 by M. Stephenson */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,5 +1,5 @@
%{
/* SCCS Id: @(#)dgn_comp.c 3.3 96/06/22 */
/* SCCS Id: @(#)dgn_comp.c 3.4 1996/06/22 */
/* Copyright (c) 1989 by Jean-Christophe Collet */
/* Copyright (c) 1990 by M. Stephenson */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)dgn_main.c 3.3 94/09/23 */
/* SCCS Id: @(#)dgn_main.c 3.4 1994/09/23 */
/* Copyright (c) 1989 by Jean-Christophe Collet */
/* Copyright (c) 1990 by M. Stephenson */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)dlb_main.c 3.3 98/08/16 */
/* SCCS Id: @(#)dlb_main.c 3.4 1998/08/16 */
/* Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1993. */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,5 +1,5 @@
%{
/* SCCS Id: @(#)lev_lex.c 3.3 2000/12/22 */
/* SCCS Id: @(#)lev_lex.c 3.4 2000/12/22 */
/* Copyright (c) 1989 by Jean-Christophe Collet */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,5 +1,5 @@
%{
/* SCCS Id: @(#)lev_yacc.c 3.3 2000/01/17 */
/* SCCS Id: @(#)lev_yacc.c 3.4 2000/01/17 */
/* Copyright (c) 1989 by Jean-Christophe Collet */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)lev_main.c 3.3 2000/08/01 */
/* SCCS Id: @(#)lev_main.c 3.4 2000/08/01 */
/* Copyright (c) 1989 by Jean-Christophe Collet */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)makedefs.c 3.3 1999/08/16 */
/* SCCS Id: @(#)makedefs.c 3.4 1999/08/16 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* Copyright (c) M. Stephenson, 1990, 1991. */
/* Copyright (c) Dean Luick, 1990. */
@@ -49,7 +49,7 @@
#endif
#if defined(UNIX) && !defined(LINT) && !defined(GCC_WARN)
static const char SCCS_Id[] = "@(#)makedefs.c\t3.3\t1999/08/16";
static const char SCCS_Id[] = "@(#)makedefs.c\t3.4\t2002/02/03";
#endif
/* names of files to be generated */
@@ -543,7 +543,7 @@ do_date()
perror(filename);
exit(EXIT_FAILURE);
}
Fprintf(ofp,"/*\tSCCS Id: @(#)date.h\t3.3\t1996/05/17 */\n\n");
Fprintf(ofp,"/*\tSCCS Id: @(#)date.h\t3.4\t2002/02/03 */\n\n");
Fprintf(ofp,Dont_Edit_Code);
#ifdef KR1ED
@@ -1342,7 +1342,7 @@ do_permonst()
perror(filename);
exit(EXIT_FAILURE);
}
Fprintf(ofp,"/*\tSCCS Id: @(#)pm.h\t3.3\t1994/09/10 */\n\n");
Fprintf(ofp,"/*\tSCCS Id: @(#)pm.h\t3.4\t2002/02/03 */\n\n");
Fprintf(ofp,Dont_Edit_Code);
Fprintf(ofp,"#ifndef PM_H\n#define PM_H\n");
@@ -1655,7 +1655,7 @@ do_objs()
perror(filename);
exit(EXIT_FAILURE);
}
Fprintf(ofp,"/*\tSCCS Id: @(#)onames.h\t3.3\t1994/09/10 */\n\n");
Fprintf(ofp,"/*\tSCCS Id: @(#)onames.h\t3.4\t2002/02/03 */\n\n");
Fprintf(ofp,Dont_Edit_Code);
Fprintf(ofp,"#ifndef ONAMES_H\n#define ONAMES_H\n\n");

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)panic.c 3.3 94/03/02 */
/* SCCS Id: @(#)panic.c 3.4 1994/03/02 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)recover.c 3.3 99/10/23 */
/* SCCS Id: @(#)recover.c 3.4 1999/10/23 */
/* Copyright (c) Janet Walz, 1992. */
/* NetHack may be freely redistributed. See license for details. */