]> git.marmaro.de Git - mmh/blobdiff - uip/mhl.c
Revert "add free_field as standard for struct field"
[mmh] / uip / mhl.c
index 20f5d31f8bb5998e1655855ed57bcd78f3e58d2f..8becba9bb1a50ecd874d9b558431f9387e63c902 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;