regenerate mdgrep.h (TRUNK ONLY)
now that this should have the right version numbers in it, save the new file
This commit is contained in:
+11
-1
@@ -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.
|
* DO NOT EDIT! Your changes will be lost.
|
||||||
*/
|
*/
|
||||||
static struct grep_var grep_vars[]={
|
static struct grep_var grep_vars[]={
|
||||||
{"0", 0},
|
{"0", 0},
|
||||||
{"1", 1},
|
{"1", 1},
|
||||||
|
#if defined(ALLDOCS)
|
||||||
|
{"ALLDOCS", 1},
|
||||||
|
#else
|
||||||
|
{"ALLDOCS", 0},
|
||||||
|
#endif
|
||||||
#if defined(AMIGA)
|
#if defined(AMIGA)
|
||||||
{"AMIGA", 1},
|
{"AMIGA", 1},
|
||||||
#else
|
#else
|
||||||
@@ -267,4 +276,5 @@ static struct grep_var grep_vars[]={
|
|||||||
|
|
||||||
/* Command ids */
|
/* Command ids */
|
||||||
#define TODO_GREP 1
|
#define TODO_GREP 1
|
||||||
|
|
||||||
/* End of file */
|
/* End of file */
|
||||||
|
|||||||
Reference in New Issue
Block a user