/[bison]/bison/src/output.c
ViewVC logotype

Diff of /bison/src/output.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.210 by akim, Tue Nov 12 08:13:10 2002 UTC revision 1.211 by eggert, Fri Nov 15 01:28:40 2002 UTC
# Line 526  output_skeleton (void) Line 526  output_skeleton (void)
526    strcpy (full_path, pkgdatadir);    strcpy (full_path, pkgdatadir);
527    full_path[pkgdatadirlen] = '/';    full_path[pkgdatadirlen] = '/';
528    strcpy (full_path + pkgdatadirlen + 1, m4sugar);    strcpy (full_path + pkgdatadirlen + 1, m4sugar);
529    in = fopen (full_path, "r");    xfclose (xfopen (full_path, "r"));
   if (! in)  
     error (EXIT_FAILURE, errno, "%s", full_path);  
   xfclose (in);  
530    strcpy (full_path + pkgdatadirlen + 1, skeleton);    strcpy (full_path + pkgdatadirlen + 1, skeleton);
531    
532    /* Create an m4 subprocess connected to us via two pipes.  */    /* Create an m4 subprocess connected to us via two pipes.  */

Legend:
Removed from v.1.210  
changed lines
  Added in v.1.211

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26