Revert "add free_field as standard for struct field"
[mmh] / uip / mhl.c
index 20f5d31..8becba9 100644 (file)
--- a/uip/mhl.c
+++ b/uip/mhl.c
@@ -599,7 +599,7 @@ static void
 mhlfile(FILE *fp, char *mname, int ofilen, int ofilec)
 {
        enum state state;
-       struct field f = free_field;
+       struct field f = {{0}};
        struct mcomp *c1, *c2, *c3;
        char **ip;