From eec7d1dea908432cc2ec9337cd3e0f63b72c16d9 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 17 Nov 2009 14:12:30 -0800 Subject: Fixes for compliance to C89. --- match.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'match.c') diff --git a/match.c b/match.c index ea028583..a205e126 100644 --- a/match.c +++ b/match.c @@ -1411,6 +1411,7 @@ repeat_spec_same_data: obj_t *new_style_dest = fourth(first_spec); obj_t *nt = nil; obj_t *dest; + fpip_t fp; if (old_style_dest) { dest = cat_str(subst_vars(old_style_dest, bindings), nil); @@ -1431,7 +1432,7 @@ repeat_spec_same_data: } } - fpip_t fp = (errno = 0, complex_open(dest, t)); + fp = (errno = 0, complex_open(dest, t)); debugf(lit("opening data sink ~a"), dest, nao); -- cgit v1.2.3