Fixed slight bug which improperly handled quoted strings in init.

This commit is contained in:
n-a-c-h
2005-06-27 16:01:58 +00:00
parent 721cbb0869
commit 94354de29d

View File

@@ -928,6 +928,8 @@ void parser_generate(istream& psr_stream, ostream& c_stream, ostream& cheader_st
}
}
var_init << ";";
}
c_stream << var_init.str();
if (cheader_stream)
@@ -942,7 +944,6 @@ void parser_generate(istream& psr_stream, ostream& c_stream, ostream& cheader_st
cheader_stream << "extern " << header_data << "\n";
}
}
}
//Else already handled
}
else