summaryrefslogtreecommitdiffstats
path: root/lib/command_parse.y
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-01-23 23:26:23 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2017-01-23 23:26:23 +0100
commit05dbb7df2f2dfbb476f79b0e7a85a3f506f36255 (patch)
treeabb30153bf3e4c3106a865671e3123b7a455e63c /lib/command_parse.y
parentgrammar_sandbox: add into daemons if DEV_BUILD (diff)
downloadfrr-05dbb7df2f2dfbb476f79b0e7a85a3f506f36255.tar.xz
frr-05dbb7df2f2dfbb476f79b0e7a85a3f506f36255.zip
build: support bison < 3.0 for parse.error=verbose
*sigh* Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/command_parse.y')
-rw-r--r--lib/command_parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command_parse.y b/lib/command_parse.y
index cbc7ce975..dd8e6fb59 100644
--- a/lib/command_parse.y
+++ b/lib/command_parse.y
@@ -28,7 +28,7 @@
%}
%locations
-%define parse.error verbose
+/* define parse.error verbose */
%define api.pure full
/* define api.prefix {cmd_yy} */