ods-reader.c: In function 'ods_file_casereader_read':
ods-reader.c:941:3: error: ISO C90 forbids mixed declarations and code
struct ccase *c = NULL;
struct ods_reader *r = r_;
+ xmlChar *val_string = NULL;
+ xmlChar *type = NULL;
+
if (!r->used_first_case)
{
r->used_first_case = true;
c = case_create (r->proto);
case_set_missing (c);
- xmlChar *val_string = NULL;
- xmlChar *type = NULL;
-
while (1 == xmlTextReaderRead (r->rsd.xtr))
{
process_node (r, &r->rsd);