Removed headers that were accidently checked in.
Lots of compiling.
This commit is contained in:
parent
f759e35cd8
commit
71fa444424
47 changed files with 312 additions and 1049 deletions
|
@ -10,8 +10,6 @@
|
|||
#include "huffman.hpp"
|
||||
|
||||
|
||||
#include <mbstring.h>
|
||||
|
||||
#ifdef cencon
|
||||
#define new my_new
|
||||
#endif
|
||||
|
@ -644,7 +642,8 @@ void File_Chunk::post_input_processing()
|
|||
child_lists.delete_first_entry();
|
||||
}
|
||||
|
||||
for (LIF<Shape_Chunk *> sli(&shplist); !sli.done(); sli.next())
|
||||
LIF<Shape_Chunk *> sli(&shplist);
|
||||
for (; !sli.done(); sli.next())
|
||||
{
|
||||
Shape_Chunk::max_id = max (Shape_Chunk::max_id,sli()->get_header()->file_id_num);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue