Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > a15a6c23f334806bdc2f3d1090817357 > files > 5

byacc-1.9-23mdv2009.0.src.rpm

--- byacc-20040328/output.c.bak	2004-03-29 03:49:15.000000000 +0800
+++ byacc-20040328/output.c	2004-12-29 23:49:44.209351440 +0800
@@ -811,7 +811,6 @@
     if (dflag && unionized)
     {
 	rewind(union_file);
-	union_file = tmpfile();
 	if (union_file == NULL) open_error("union_file");
 	while ((c = getc(union_file)) != EOF)
 	    putc(c, defines_file);