XFREE -> free

This commit is contained in:
Paul Eggert
2004-11-22 21:05:25 +00:00
parent c1f8f16a9b
commit afbb696d19
12 changed files with 36 additions and 29 deletions

View File

@@ -58,7 +58,7 @@ int skel_lex (void);
fatal ("invalid token in skeleton: %s", yytext);
}
XFREE (outname);
free (outname);
outname = xstrdup (filename);
xfclose (yyout);
yyout = xfopen (outname, "w");