ports/math/gnumeric/files/patch-plugins::psiconv::psiconv-read.c
Joe Marcus Clarke 03d4563c99 Unbreak with GCC 3.4.2.
Submitted by:	Anish Mistry <mistry.7@osu.edu>
Approved by:	portmgr (implicit)
2004-09-20 20:38:31 +00:00

27 lines
515 B
C

--- plugins/psiconv/psiconv-read.c.orig Sun Sep 19 16:43:32 2004
+++ plugins/psiconv/psiconv-read.c Sun Sep 19 16:44:35 2004
@@ -301,7 +301,7 @@
/* case psiconv_formula_mark_opend: */
default:
/* kind = -1; */
- /* break; */
+ break;
}
if (kind == -1) {
@@ -336,6 +336,7 @@
v = value_new_cellrange(cr1,cr2,1,1);
break;
default:
+ break;
}
if (!v)
return NULL;
@@ -407,6 +408,7 @@
return NULL;
return parse_subexpr(psi_form1);
default:
+ break;
}
}