Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > media > main-release-src > by-pkgid > f7158e749d0a8b5fc12d0e343d37b91b > files > 5

byacc-1.9-22mdv2008.1.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);