summaryrefslogtreecommitdiff
path: root/tikzit/src
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2013-08-03 19:49:31 +0100
committerAlex Merry <dev@randomguy3.me.uk>2013-08-03 19:49:31 +0100
commit7f818c136f5a37ac7ba332c2ba0e471ae0cb9bd7 (patch)
tree21ee0d19a9b2bd14d3b797e0f2483f1344362846 /tikzit/src
parent75b2d46afcfb5534465556bfa9d46999c7a69d84 (diff)
Better dependency information
Be explicit about what versions we require.
Diffstat (limited to 'tikzit/src')
-rw-r--r--tikzit/src/common/tikzparser.ym3
1 files changed, 3 insertions, 0 deletions
diff --git a/tikzit/src/common/tikzparser.ym b/tikzit/src/common/tikzparser.ym
index 9901f79..bf33aa9 100644
--- a/tikzit/src/common/tikzparser.ym
+++ b/tikzit/src/common/tikzparser.ym
@@ -20,6 +20,9 @@
*/
%}
+/* we use features added to bison 2.4 */
+%require "2.4"
+
%error-verbose
/* enable maintaining locations for better error messages */
%locations