From bf73580a4a388748a773b8bbd0b6b06bcbf390d8 Mon Sep 17 00:00:00 2001 From: cgd Date: Tue, 16 Jan 2001 02:50:27 +0000 Subject: comment or delete text after CPP directives. --- hack/config.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'hack/config.h') diff --git a/hack/config.h b/hack/config.h index f3377d97..dc44c6ea 100644 --- a/hack/config.h +++ b/hack/config.h @@ -1,4 +1,4 @@ -/* $NetBSD: config.h,v 1.5 1997/10/19 16:56:49 christos Exp $ */ +/* $NetBSD: config.h,v 1.6 2001/01/16 02:50:28 cgd Exp $ */ /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. @@ -67,8 +67,8 @@ #ifdef BSD #define SUSPEND /* let ^Z suspend the game */ -#endif BSD -#endif UNIX +#endif /* BSD */ +#endif /* UNIX */ #ifdef CHDIR /* @@ -77,9 +77,9 @@ */ #ifdef QUEST #define HACKDIR _PATH_QUEST -#else QUEST +#else /* QUEST */ #define HACKDIR _PATH_HACK -#endif QUEST +#endif /* QUEST */ /* * Some system administrators are stupid enough to make Hack suid root @@ -95,7 +95,7 @@ * simultaneously, define HACKDIR, SECURE and MAX_NR_OF_PLAYERS. * #define MAX_NR_OF_PLAYERS 100 */ -#endif CHDIR +#endif /* CHDIR */ /* size of terminal screen is (at least) (ROWNO+2) by COLNO */ #define COLNO 80 -- cgit v1.2.3