Revert "add free_field as standard for struct field"
[mmh] / uip / slocal.c
index 3b5007d..c3b45e8 100644 (file)
@@ -725,7 +725,7 @@ static int
 parse(int fd)
 {
        enum state state;
-       struct field f = free_field;
+       struct field f = {{0}};
        int i, fd1;
        char *cp, *dp, *lp;
        struct pair *p, *q;