/[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.196 by akim, Sat Oct 19 14:38:06 2002 UTC revision 1.197 by eggert, Sun Oct 20 06:01:07 2002 UTC
# Line 306  prepare_states (void) Line 306  prepare_states (void)
306    
307    
308    
309  /*----------------------------------.  /*---------------------------------.
310  | Output the user actions to OOUT.  |  | Output the user actions to OUT.  |
311  `----------------------------------*/  `---------------------------------*/
312    
313  static void  static void
314  user_actions_output (FILE *out)  user_actions_output (FILE *out)
# Line 620  prepare (void) Line 620  prepare (void)
620      }      }
621    
622    /* Parse the skeleton file and output the needed parsers.  */    /* Parse the skeleton file and output the needed parsers.  */
623    muscle_insert ("skeleton", skeleton);    muscle_insert ("skeleton", xstrdup (skeleton));
624  }  }
625    
626    

Legend:
Removed from v.1.196  
changed lines
  Added in v.1.197

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