X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/17da6427fe433be974371d1b4f56061c0903776d..9e644e648d544ef79756cfb58098ec6f233bc451:/src/output.c?ds=inline diff --git a/src/output.c b/src/output.c index 17329c89..06c7090f 100644 --- a/src/output.c +++ b/src/output.c @@ -1074,6 +1074,8 @@ prepare (void) MACRO_INSERT_INT ("nstates", nstates); MACRO_INSERT_INT ("ntokens", ntokens); + MACRO_INSERT_INT ("locations_flag", locations_flag); + if (spec_name_prefix) MACRO_INSERT_STRING ("prefix", spec_name_prefix); }