summaryrefslogtreecommitdiff
path: root/src/parse-gram.h
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-01-12 19:44:36 +0100
committerAkim Demaille <akim.demaille@gmail.com>2019-01-14 19:57:37 +0100
commit79e79be29841a9f9a7360ea53b2ad384b082cc71 (patch)
tree2c6bc988cade13ddcf23323929df9384d97b947d /src/parse-gram.h
parentffe2e4aaecbeb0288096da798852d39293318157 (diff)
downloadbison-79e79be29841a9f9a7360ea53b2ad384b082cc71.tar.gz
diagnostics: improve accuracy for deprecated %define variables
* src/parse-gram.y: Use the location of the whole definition to record the location of a %define variable, instead of just the name of the variable. Adjust tests.
Diffstat (limited to 'src/parse-gram.h')
-rw-r--r--src/parse-gram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse-gram.h b/src/parse-gram.h
index 3e22a0ec..31746018 100644
--- a/src/parse-gram.h
+++ b/src/parse-gram.h
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 3.2.90. */
+/* A Bison parser, made by GNU Bison 3.2.90.11-ccb3-dirty. */
/* Bison interface for Yacc-like parsers in C