diff -r b0a43002dcac -r 41cb5b80416e stage4/generate_cc/generate_cc.cc --- a/stage4/generate_cc/generate_cc.cc Tue Oct 23 10:33:09 2007 +0200 +++ b/stage4/generate_cc/generate_cc.cc Tue Oct 23 10:35:58 2007 +0200 @@ -78,11 +78,11 @@ dsymtable_c function_symtable; /* A symbol table with all globally declared functions block types... */ -function_block_declaration_c null_symbol2(NULL,NULL,NULL,NULL); +function_block_declaration_c null_symbol2(NULL,NULL,NULL); symtable_c function_block_type_symtable; /* A symbol table with all globally declared program types... */ -program_declaration_c null_symbol3(NULL,NULL,NULL,NULL); +program_declaration_c null_symbol3(NULL,NULL,NULL); symtable_c program_type_symtable; /* A symbol table with all user declared type definitions... */