]> git.saurik.com Git - bison.git/blobdiff - src/output.c
* src/reader.c (copy_definition): Re-use CPP-outed code which
[bison.git] / src / output.c
index 485d587369a918e419fc037ffca2c001ebef6c1d..3833ec9e746f5bc258d65ca57ca52a61b83b45ef 100644 (file)
@@ -959,6 +959,8 @@ output_parser (const char *skel_filename, struct obstack *oout)
            obstack_sgrow (oout, muscle_value);
          else if (!strcmp (muscle_key, "line"))
            obstack_fgrow1 (oout, "%d", line + 1);
+         /* How can lineno be correct after having finished reading
+            input file ? --Marc.  */
          else if (!strcmp (muscle_key, "input-line"))
            obstack_fgrow1 (oout, "%d", lineno);
          else