X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/297e263a0050959e0fd139ad66e71383fc9ac4db..7aaaad6c6dc0fae412d608dcf20a3977d8902cd1:/data/glr.cc diff --git a/data/glr.cc b/data/glr.cc index 9a9d7764..c21de402 100644 --- a/data/glr.cc +++ b/data/glr.cc @@ -236,9 +236,6 @@ b4_copyright([Skeleton interface for Bison GLR parsers in C++], ]b4_percent_define_ifdef([[location_type]], [], [[#include "location.hh"]])[ -/* Using locations. */ -#define YYLSP_NEEDED ]b4_locations_if([1], [0])[ - /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG ]b4_parse_trace_if([1], [0])[