clean master after moving of newer content to feature branch
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
/*
|
||||
* NetHack 3.6 mdgrep.h $NHDT-Date: 1423877529 2015/02/14 01:32:09 $ $NHDT-Branch$:$NHDT-Revision: 1.7 $
|
||||
* NetHack 3.6 mdgrep.h $NHDT-Date: 1432512785 2015/05/25 00:13:05 $ $NHDT-Branch: master $:$NHDT-Revision: 1.11 $
|
||||
* Copyright (c) Kenneth Lorber, Kensington, Maryland, 2008
|
||||
* NetHack may be freely redistributed. See license for details.
|
||||
*
|
||||
* This file generated by mdgrep.pl version 1.7.
|
||||
* DO NOT EDIT! Your changes will be lost.
|
||||
*/
|
||||
static struct grep_var grep_vars[] = {
|
||||
{ "0", 0 },
|
||||
static struct grep_var grep_vars[] = { { "0", 0 },
|
||||
{ "1", 1 },
|
||||
#if defined(ALLDOCS)
|
||||
{ "ALLDOCS", 1 },
|
||||
@@ -49,11 +48,6 @@ static struct grep_var grep_vars[] = {
|
||||
#else
|
||||
{ "COMPRESS", 0 },
|
||||
#endif
|
||||
#if defined(CONWAY)
|
||||
{ "CONWAY", 1 },
|
||||
#else
|
||||
{ "CONWAY", 0 },
|
||||
#endif
|
||||
#if defined(DLB)
|
||||
{ "DLB", 1 },
|
||||
#else
|
||||
@@ -80,6 +74,11 @@ static struct grep_var grep_vars[] = {
|
||||
#else
|
||||
{ "INSURANCE", 0 },
|
||||
#endif
|
||||
#if defined(LIFE)
|
||||
{ "LIFE", 1 },
|
||||
#else
|
||||
{ "LIFE", 0 },
|
||||
#endif
|
||||
#if defined(MAC)
|
||||
{ "MAC", 1 },
|
||||
#else
|
||||
@@ -256,6 +255,7 @@ static struct grep_var grep_vars[] = {
|
||||
#else
|
||||
{ "WIN_CE_SMARTPHONE", 0 },
|
||||
#endif
|
||||
{ "WIZARD", 1 },
|
||||
#if defined(X11_GRAPHICS)
|
||||
{ "X11_GRAPHICS", 1 },
|
||||
#else
|
||||
@@ -276,8 +276,7 @@ static struct grep_var grep_vars[] = {
|
||||
#else
|
||||
{ "__BEOS__", 0 },
|
||||
#endif
|
||||
{ 0, 0 }
|
||||
};
|
||||
{ 0, 0 } };
|
||||
|
||||
/* Command ids */
|
||||
#define TODO_GREP 1
|
||||
|
||||
Reference in New Issue
Block a user