Remove some hard-coded array dimensions. Generate CLSSES at compile time.
(How did this ever even work without 'extern'?)
This commit is contained in:
parent
90b9b84797
commit
6b75d87797
3 changed files with 10 additions and 7 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue