]> git.saurik.com Git - bison.git/blobdiff - src/reader.c
Test and fix the #line outputs.
[bison.git] / src / reader.c
index 54f32f56e2d5d4843483a85a71e3da0dc35670e4..5af4df15ce4869e0e7f39ce2841c1354386dc5fe 100644 (file)
@@ -759,6 +759,7 @@ parse_union_decl (void)
 
   typed = 1;
 
+  MUSCLE_INSERT_INT ("stype_line", lineno);
   obstack_init (&union_obstack);
   obstack_sgrow (&union_obstack, "union");