diff src/c/urweb.c @ 1474:3d0cc841cafd

Fixes to work nicely with OS X and Clang (thanks to Austin Seipp)
author Adam Chlipala <adam@chlipala.net>
date Fri, 17 Jun 2011 11:52:56 -0400
parents 67ebd30a2283
children ebc30bb262d0
line wrap: on
line diff
--- a/src/c/urweb.c	Wed Jun 15 09:52:06 2011 -0400
+++ b/src/c/urweb.c	Fri Jun 17 11:52:56 2011 -0400
@@ -829,7 +829,7 @@
   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;
 }