From be2e4143844eacde377f9efb27dcb1b55e6ecaf6 Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 2 Aug 1993 17:18:41 +0000 Subject: Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes. --- larn/bill.c | 4 ++++ larn/config.c | 4 ++++ larn/create.c | 4 ++++ larn/diag.c | 4 ++++ larn/display.c | 4 ++++ larn/fortune.c | 4 ++++ larn/global.c | 4 ++++ larn/header.h | 2 ++ larn/help.c | 4 ++++ larn/io.c | 4 ++++ larn/main.c | 4 ++++ larn/monster.c | 4 ++++ larn/moreobj.c | 4 ++++ larn/movem.c | 4 ++++ larn/nap.c | 4 ++++ larn/object.c | 4 ++++ larn/regen.c | 4 ++++ larn/savelev.c | 4 ++++ larn/scores.c | 4 ++++ larn/signal.c | 4 ++++ larn/tok.c | 4 ++++ 21 files changed, 82 insertions(+) (limited to 'larn') diff --git a/larn/bill.c b/larn/bill.c index 3926a2e5..3336a06f 100644 --- a/larn/bill.c +++ b/larn/bill.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: bill.c,v 1.2 1993/08/02 17:19:54 mycroft Exp $"; +#endif /* not lint */ + #include "header.h" /* bill.c "Larn is copyrighted 1986 by Noah Morgan. */ static char mail600[32]; diff --git a/larn/config.c b/larn/config.c index ccdd6d5f..cb8b7d2b 100644 --- a/larn/config.c +++ b/larn/config.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: config.c,v 1.2 1993/08/02 17:19:56 mycroft Exp $"; +#endif /* not lint */ + /* * config.c -- This defines the installation dependent variables. * Some strings are modified later. ANSI C would diff --git a/larn/create.c b/larn/create.c index 46c09c93..ea809a2c 100644 --- a/larn/create.c +++ b/larn/create.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: create.c,v 1.2 1993/08/02 17:19:57 mycroft Exp $"; +#endif /* not lint */ + /* create.c Larn is copyrighted 1986 by Noah Morgan. */ #include "header.h" extern char spelknow[],larnlevels[]; diff --git a/larn/diag.c b/larn/diag.c index 52daf121..e069e609 100644 --- a/larn/diag.c +++ b/larn/diag.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: diag.c,v 1.3 1993/08/02 17:19:58 mycroft Exp $"; +#endif /* not lint */ + /* diag.c Larn is copyrighted 1986 by Noah Morgan. */ #include #include diff --git a/larn/display.c b/larn/display.c index b49de50c..25c52979 100644 --- a/larn/display.c +++ b/larn/display.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: display.c,v 1.2 1993/08/02 17:19:59 mycroft Exp $"; +#endif /* not lint */ + /* display.c Larn is copyrighted 1986 by Noah Morgan. */ #include "header.h" #define makecode(_a,_b,_c) (((_a)<<16) + ((_b)<<8) + (_c)) diff --git a/larn/fortune.c b/larn/fortune.c index f410375d..0efd4418 100644 --- a/larn/fortune.c +++ b/larn/fortune.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: fortune.c,v 1.2 1993/08/02 17:20:00 mycroft Exp $"; +#endif /* not lint */ + /* fortune.c Larn is copyrighted 1986 by Noah Morgan. */ #include #include diff --git a/larn/global.c b/larn/global.c index 80a3dd46..de724d7c 100644 --- a/larn/global.c +++ b/larn/global.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: global.c,v 1.2 1993/08/02 17:20:02 mycroft Exp $"; +#endif /* not lint */ + /* global.c Larn is copyrighted 1986 by Noah Morgan. * * raiselevel() subroutine to raise the player one level diff --git a/larn/header.h b/larn/header.h index f616f248..87c2c8a3 100644 --- a/larn/header.h +++ b/larn/header.h @@ -1,3 +1,5 @@ +/* $Id: header.h,v 1.3 1993/08/02 17:20:03 mycroft Exp $ */ + /* header.h Larn is copyrighted 1986 by Noah Morgan. */ #define MAXLEVEL 11 diff --git a/larn/help.c b/larn/help.c index 0f21367d..57ae59e3 100644 --- a/larn/help.c +++ b/larn/help.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: help.c,v 1.2 1993/08/02 17:20:04 mycroft Exp $"; +#endif /* not lint */ + /* help.c Larn is copyrighted 1986 by Noah Morgan. */ #include "header.h" /* diff --git a/larn/io.c b/larn/io.c index dc0d5e7c..b41d64a9 100644 --- a/larn/io.c +++ b/larn/io.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: io.c,v 1.2 1993/08/02 17:20:05 mycroft Exp $"; +#endif /* not lint */ + /* io.c Larn is copyrighted 1986 by Noah Morgan. * * Below are the functions in this file: diff --git a/larn/main.c b/larn/main.c index c77f72ca..740e0870 100644 --- a/larn/main.c +++ b/larn/main.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: main.c,v 1.3 1993/08/02 17:20:07 mycroft Exp $"; +#endif /* not lint */ + /* main.c */ #include #include "header.h" diff --git a/larn/monster.c b/larn/monster.c index 6ec08651..45a64bc4 100644 --- a/larn/monster.c +++ b/larn/monster.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: monster.c,v 1.2 1993/08/02 17:20:10 mycroft Exp $"; +#endif /* not lint */ + /* * monster.c Larn is copyrighted 1986 by Noah Morgan. * diff --git a/larn/moreobj.c b/larn/moreobj.c index f834b1a1..e30629a3 100644 --- a/larn/moreobj.c +++ b/larn/moreobj.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: moreobj.c,v 1.2 1993/08/02 17:20:12 mycroft Exp $"; +#endif /* not lint */ + /* moreobj.c Larn is copyrighted 1986 by Noah Morgan. * * Routines in this file: diff --git a/larn/movem.c b/larn/movem.c index 7239a068..ccc6c9fb 100644 --- a/larn/movem.c +++ b/larn/movem.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: movem.c,v 1.2 1993/08/02 17:20:14 mycroft Exp $"; +#endif /* not lint */ + /* * movem.c (move monster) Larn is copyrighted 1986 by Noah Morgan. * diff --git a/larn/nap.c b/larn/nap.c index b7a877d1..732974d2 100644 --- a/larn/nap.c +++ b/larn/nap.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: nap.c,v 1.2 1993/08/02 17:20:15 mycroft Exp $"; +#endif /* not lint */ + /* nap.c Larn is copyrighted 1986 by Noah Morgan. */ #include #include diff --git a/larn/object.c b/larn/object.c index cbe7c60b..7a9cd5af 100644 --- a/larn/object.c +++ b/larn/object.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: object.c,v 1.3 1993/08/02 17:20:16 mycroft Exp $"; +#endif /* not lint */ + /* object.c Larn is copyrighted 1986 by Noah Morgan. */ #include "header.h" diff --git a/larn/regen.c b/larn/regen.c index b9f7a0f2..e65be75b 100644 --- a/larn/regen.c +++ b/larn/regen.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: regen.c,v 1.2 1993/08/02 17:20:17 mycroft Exp $"; +#endif /* not lint */ + /* regen.c Larn is copyrighted 1986 by Noah Morgan. */ #include "header.h" /* diff --git a/larn/savelev.c b/larn/savelev.c index 4419acb9..993eaa86 100644 --- a/larn/savelev.c +++ b/larn/savelev.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: savelev.c,v 1.2 1993/08/02 17:20:18 mycroft Exp $"; +#endif /* not lint */ + /* savelev.c Larn is copyrighted 1986 by Noah Morgan. */ #include "header.h" extern struct cel *cell; diff --git a/larn/scores.c b/larn/scores.c index 7ffa4b77..a0b1c478 100644 --- a/larn/scores.c +++ b/larn/scores.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: scores.c,v 1.3 1993/08/02 17:20:19 mycroft Exp $"; +#endif /* not lint */ + /* scores.c Larn is copyrighted 1986 by Noah Morgan. * * Functions in this file are: diff --git a/larn/signal.c b/larn/signal.c index 60bd6ce1..a7c751f8 100644 --- a/larn/signal.c +++ b/larn/signal.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: signal.c,v 1.2 1993/08/02 17:20:21 mycroft Exp $"; +#endif /* not lint */ + #include #include "header.h" /* "Larn is copyrighted 1986 by Noah Morgan.\n" */ #define BIT(a) (1<<((a)-1)) diff --git a/larn/tok.c b/larn/tok.c index ee4039b4..6804dd52 100644 --- a/larn/tok.c +++ b/larn/tok.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: tok.c,v 1.2 1993/08/02 17:20:22 mycroft Exp $"; +#endif /* not lint */ + /* tok.c Larn is copyrighted 1986 by Noah Morgan. */ #include #ifdef SYSV -- cgit v1.2.3-56-ge451