]> git.saurik.com Git - bison.git/blobdiff - src/output.c
* src/bison.simple (YYLSP_NEEDED): New definition.
[bison.git] / src / output.c
index 17329c890ccc32138faf076683e3644a808b0b8b..06c7090f89ec55b151ad6443c2ff40726eae5d53 100644 (file)
@@ -1074,6 +1074,8 @@ prepare (void)
   MACRO_INSERT_INT ("nstates", nstates);
   MACRO_INSERT_INT ("ntokens", ntokens);
 
   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);
 }
   if (spec_name_prefix)
     MACRO_INSERT_STRING ("prefix", spec_name_prefix);
 }