]> git.saurik.com Git - bison.git/blobdiff - src/output.c
* src/getargs.c (long_options): Remove duplicates.
[bison.git] / src / output.c
index 177e6c05aab381c5720207b185b4f066d38c3d0d..502e30b683b1b0c5f1bd9f36de2038d0a31a1490 100644 (file)
@@ -591,8 +591,7 @@ prepare (void)
   MUSCLE_INSERT_INT ("pure", pure_parser);
   MUSCLE_INSERT_INT ("synclines_flag", !no_lines_flag);
 
-  /* FIXME: This is wrong: the muscles should decide whether they hold
-     a copy or not, but the situation is too obscure currently.  */
+  /* File names.  */
   MUSCLE_INSERT_STRING ("prefix", spec_name_prefix ? spec_name_prefix : "yy");
 
   /* User Code.  */