X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3c31a486e76ca670cc2fbb9d452410cbf99258cd..642cb8f8294e9ff6e8b17211e7119d4563fc2c2d:/src/reader.c diff --git a/src/reader.c b/src/reader.c index 54f32f56..5af4df15 100644 --- a/src/reader.c +++ b/src/reader.c @@ -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");