]> git.marmaro.de Git - mmh/blobdiff - sbr/readconfig.c
Revert "add free_field as standard for struct field"
[mmh] / sbr / readconfig.c
index 645a9efe269a0b4a0596d07a5b11d33a56fd42f6..ccdf867c63cec3d1c2988ed6feeef48846daf1bb 100644 (file)
@@ -37,7 +37,7 @@ void
 readconfig(struct node **npp, FILE *ib, char *file, int ctx)
 {
        enum state state;
 readconfig(struct node **npp, FILE *ib, char *file, int ctx)
 {
        enum state state;
-       struct field f = free_field;
+       struct field f = {{0}};
        struct node *np;
        struct procstr *ps;
 
        struct node *np;
        struct procstr *ps;