From e66c26b216b4b6b4c156149edcdd8629eedc2974 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Fri, 17 Jun 2011 11:52:56 -0400 Subject: Fixes to work nicely with OS X and Clang (thanks to Austin Seipp) --- src/c/urweb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c/urweb.c') diff --git a/src/c/urweb.c b/src/c/urweb.c index 3213d044..b653390a 100644 --- a/src/c/urweb.c +++ b/src/c/urweb.c @@ -829,7 +829,7 @@ static input *check_input_space(uw_context ctx, size_t len) { r = &ctx->subinputs[ctx->used_subinputs]; for (i = 0; i < len; ++i) - ctx->subinputs[ctx->used_subinputs++].kind = UNUSED; + ctx->subinputs[ctx->used_subinputs++].kind = UNSET; return r; } -- cgit v1.2.3