Remove some hard-coded array dimensions. Generate CLSSES at compile time.

(How did this ever even work without 'extern'?)
This commit is contained in:
Jason S. Ninneman 2017-06-12 11:02:16 -07:00 committed by Eric S. Raymond
parent 90b9b84797
commit 6b75d87797
3 changed files with 10 additions and 7 deletions

View file

@ -582,7 +582,6 @@ void write_files(FILE* c_file, FILE* header_file)
// content variables
write_0d(c_file, header_file, LINUSE, "LINUSE");
write_0d(c_file, header_file, TRVS, "TRVS");
write_0d(c_file, header_file, CLSSES, "CLSSES");
write_0d(c_file, header_file, TRNVLS, "TRNVLS");
write_0d(c_file, header_file, TABNDX, "TABNDX");
write_0d(c_file, header_file, HNTMAX, "HNTMAX");