-Synchronize `#line' directive with user file. []
--------------------------------------------------------------------
-In the bison source:
-%define linef "#line %d %s"
-
-In output.c:
-if (macro_find ("linef"))
- obstack_fgrow2 (&table_obstack, macro_find ("linef"),
- line, filename);
--------------------------------------------------------------------