small fixes

This commit is contained in:
Vítor Santos Costa
2011-02-15 19:24:15 +00:00
parent b9a7cce232
commit 49f980a7a7
6 changed files with 12 additions and 3 deletions

View File

@@ -15,6 +15,8 @@ init_read_data(ReadData _PL_rd, IOSTREAM *in ARG_LD)
{
_PL_rd->varnames = 0;
_PL_rd->stream = in;
_PL_rd->has_exception = 0;
_PL_rd->exception = 0;
}
static void