Switch fully over to YAML generation of condition bits. COND is gone.

This commit is contained in:
Eric S. Raymond 2017-06-22 17:28:39 -04:00
parent 537c4511e2
commit 7f7f49b739
6 changed files with 27 additions and 20 deletions

View file

@ -59,7 +59,7 @@ extern const class_t classes[];
extern turn_threshold_t turn_thresholds[];
extern obituary_t obituaries[];
extern hint_t hints[];
extern const long conditions[];
extern long conditions[];
extern const size_t CLSSES;
extern const int maximum_deaths;
@ -114,7 +114,7 @@ hint_t hints[] = {{
{}
}};
const long conditions[] = {{
long conditions[] = {{
{}
}};