More fixed limits (NOBJECTS, LOCSIZ) stop being fixed.

This commit is contained in:
Eric S. Raymond 2017-06-24 10:18:33 -04:00
parent 985137d9c7
commit 64035d0026
5 changed files with 8 additions and 15 deletions

View file

@ -70,6 +70,8 @@ extern obituary_t obituaries[];
extern hint_t hints[];
extern long conditions[];
#define LOCSIZ {}
#define NOBJECTS {}
#define NHINTS {}
#define NCLASSES {}
#define NDEATHS {}
@ -338,6 +340,8 @@ if __name__ == "__main__":
)
h = h_template.format(
len(db["locations"]),
len(db["object_descriptions"]),
len(db["hints"]),
len(db["classes"]),
len(db["obituaries"]),