From ff14fa71200b05438bf7246e3d5f8bb5b129f175 Mon Sep 17 00:00:00 2001 From: keni Date: Wed, 25 Jun 2008 19:04:38 +0000 Subject: [PATCH] regenerate mdgrep.h (TRUNK ONLY) now that this should have the right version numbers in it, save the new file --- util/mdgrep.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/util/mdgrep.h b/util/mdgrep.h index 5444d1d28..165a88608 100644 --- a/util/mdgrep.h +++ b/util/mdgrep.h @@ -1,10 +1,19 @@ /* - * This file generated by mdgrep.pl version 1.1. + * NetHack 3.5 mdgrep.h $Date$ $Revision$ + * Copyright (c) Kenneth Lorber, Kensington, Maryland, 2008 + * NetHack may be freely redistributed. See license for details. + * + * This file generated by mdgrep.pl version 1.5. * DO NOT EDIT! Your changes will be lost. */ static struct grep_var grep_vars[]={ {"0", 0}, {"1", 1}, +#if defined(ALLDOCS) + {"ALLDOCS", 1}, +#else + {"ALLDOCS", 0}, +#endif #if defined(AMIGA) {"AMIGA", 1}, #else @@ -267,4 +276,5 @@ static struct grep_var grep_vars[]={ /* Command ids */ #define TODO_GREP 1 + /* End of file */