summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorrlar <rlar>2016-02-27 17:42:52 +0100
committerWill Estes <westes575@gmail.com>2016-02-27 17:35:53 -0500
commit71530afc7ea9ec9c9a3a6ed5d8252e396af9dc56 (patch)
tree09492be64502207a55d2912a794c3af9f222ed53 /tests
parent9132612c2c6724f716ca3f831a22e328b40a96f6 (diff)
warning: deprecated directive, use '%pure-parser' [-Wdeprecated]
Diffstat (limited to 'tests')
-rw-r--r--tests/bison_nr_parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bison_nr_parser.y b/tests/bison_nr_parser.y
index 3021048..cbb4f2c 100644
--- a/tests/bison_nr_parser.y
+++ b/tests/bison_nr_parser.y
@@ -54,7 +54,7 @@ int process_text(char* s) {
%}
-%pure_parser
+%pure-parser
%union {
int lineno;