]> git.saurik.com Git - bison.git/commitdiff
* src/output.c (output_skeleton): Call xfopen instead of
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Nov 2002 01:29:53 +0000 (01:29 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Nov 2002 01:29:53 +0000 (01:29 +0000)
duplicating xfopen's body.

ChangeLog

index 4c63d4ee45079456eca40c54d716182b0ce9eba3..10e8a894d2a23bdf2f7a3aa3ce88524dac52c752 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 
 2002-11-14  Paul Eggert  <eggert@twinsun.com>
 
+       * src/output.c (output_skeleton): Call xfopen instead of
+       duplicating xfopen's body.
+
        Fix bugs reported by Nelson H. F. Beebe in
        <http://mail.gnu.org/pipermail/bug-bison/2002-November/001893.html>.